diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-04-11 09:59:27 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-04-11 09:59:27 (GMT) |
commit | e23679f0327f0bb7a1397a74133afe2d870cc220 (patch) | |
tree | 1098247ba9b3e59263e866fbbc2c7c260e3bdfd4 /Swift/Controllers | |
parent | 54b2b8e5f8ebb116f3aff259bdc99db54698ccc3 (diff) | |
download | swift-e23679f0327f0bb7a1397a74133afe2d870cc220.zip swift-e23679f0327f0bb7a1397a74133afe2d870cc220.tar.bz2 |
Remove accidental printf commit
Diffstat (limited to 'Swift/Controllers')
-rw-r--r-- | Swift/Controllers/EventWindowController.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/Controllers/EventWindowController.cpp b/Swift/Controllers/EventWindowController.cpp index 22cfbb3..c02a352 100644 --- a/Swift/Controllers/EventWindowController.cpp +++ b/Swift/Controllers/EventWindowController.cpp @@ -14,7 +14,6 @@ EventWindowController::EventWindowController(EventController* eventController, E eventController_ = eventController; windowFactory_ = windowFactory; window_ = windowFactory_->createEventWindow(); - printf("Got new window, pointer %d\n", (int)window_); eventAddedConnection_ = eventController_->onEventQueueEventAdded.connect(boost::bind(&EventWindowController::handleEventQueueEventAdded, this, _1)); } |