diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/widgets/chattab.cpp | 1 |
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; |