summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-03-22 16:08:32 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-03-22 16:08:32 (GMT)
commit6581ec0c0881263bea671c6122b546483ad6f2e8 (patch)
treeca413b51ccd3b27479954b460232ebf99ad05c6c /Swift/Controllers/EventWindowController.cpp
parentf5c2750f56c78d115bb9e8a7c5d50316da98b6d5 (diff)
downloadswift-6581ec0c0881263bea671c6122b546483ad6f2e8.zip
swift-6581ec0c0881263bea671c6122b546483ad6f2e8.tar.bz2
Updating unit tests to work again
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 0f91db7..1d18287 100644
--- a/Swift/Controllers/EventWindowController.cpp
+++ b/Swift/Controllers/EventWindowController.cpp
@@ -17,7 +17,6 @@ EventWindowController::~EventWindowController() {
void EventWindowController::handleEventQueueEventAdded(boost::shared_ptr<StanzaEvent> event) {
event->onConclusion.connect(boost::bind(&EventWindowController::handleEventConcluded, this, event));
- fprintf(stderr, "Adding to ewc\n");
window_->addEvent(event, true);
}