summaryrefslogtreecommitdiff
path: root/src/gui/widgets/chattab.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-04-26 12:22:40 -0600
committerJared Adams <jaxad0127@gmail.com>2009-04-26 12:22:40 -0600
commit9e5bdec034d81a9afec170988ea0a6d0a40e9e77 (patch)
treeaf0acb4df5e2fefb031d296bff049c442b6eadfa /src/gui/widgets/chattab.cpp
parent91d07ce9e2de34e1cf59a2439adc075849694538 (diff)
downloadmana-client-9e5bdec034d81a9afec170988ea0a6d0a40e9e77.tar.gz
mana-client-9e5bdec034d81a9afec170988ea0a6d0a40e9e77.tar.bz2
mana-client-9e5bdec034d81a9afec170988ea0a6d0a40e9e77.tar.xz
mana-client-9e5bdec034d81a9afec170988ea0a6d0a40e9e77.zip
Remove a debugging statement
Diffstat (limited to 'src/gui/widgets/chattab.cpp')
-rw-r--r--src/gui/widgets/chattab.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/chattab.cpp b/src/gui/widgets/chattab.cpp
index 2f967162..f04b8278 100644
--- a/src/gui/widgets/chattab.cpp
+++ b/src/gui/widgets/chattab.cpp
@@ -101,7 +101,6 @@ void ChatTab::chatLog(std::string line, int own, bool ignoreRecord)
tmp.text.at(0) == '*' &&
tmp.text.at(tmp.text.length()-1) == '*')
{
- printf("Action from %s: %s\n", tmp.nick.c_str(), tmp.text.c_str());
tmp.text[0] = ' ';
tmp.text.erase(tmp.text.length() - 1);
own = ACT_IS;