summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-04-11 09:59:27 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-04-11 09:59:27 (GMT)
commite23679f0327f0bb7a1397a74133afe2d870cc220 (patch)
tree1098247ba9b3e59263e866fbbc2c7c260e3bdfd4 /Swift/Controllers/EventWindowController.cpp
parent54b2b8e5f8ebb116f3aff259bdc99db54698ccc3 (diff)
downloadswift-e23679f0327f0bb7a1397a74133afe2d870cc220.zip
swift-e23679f0327f0bb7a1397a74133afe2d870cc220.tar.bz2
Remove accidental printf commit
Diffstat (limited to 'Swift/Controllers/EventWindowController.cpp')
-rw-r--r--Swift/Controllers/EventWindowController.cpp1
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));
}