summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-02-17 18:34:57 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-02-17 18:34:57 (GMT)
commita985d3044faa52e91f334ad7f1b27eb04e50208b (patch)
tree01c21ca4a5d9a9cee3c381549996aa47f07bcc89 /Swift
parentde6cb039589e8dc06bf7a5ded562cbc8ce8fff8a (diff)
downloadswift-a985d3044faa52e91f334ad7f1b27eb04e50208b.zip
swift-a985d3044faa52e91f334ad7f1b27eb04e50208b.tar.bz2
Remove debugging printfs
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/QtChatWindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/QtUI/QtChatWindow.cpp b/Swift/QtUI/QtChatWindow.cpp
index 915e941..fe97573 100644
--- a/Swift/QtUI/QtChatWindow.cpp
+++ b/Swift/QtUI/QtChatWindow.cpp
@@ -140,7 +140,6 @@ void QtChatWindow::setUnreadMessageCount(int count) {
void QtChatWindow::setContactChatState(ChatState::ChatStateType state) {
contactIsTyping_ = (state == ChatState::Composing);
- printf("Hay, composing %d, %d!\n", state, contactIsTyping_);
emit titleUpdated();
}