More polishing of QuasselTopia, and getting rid of debug output.
[quassel.git] / src / common / ircuser.cpp
index 01bc963..333ee93 100644 (file)
@@ -39,7 +39,7 @@ IrcUser::IrcUser(const QString &hostmask, NetworkInfo *networkinfo)
 }
 
 IrcUser::~IrcUser() {
-  qDebug() << nick() << "destroyed.";
+  //qDebug() << nick() << "destroyed.";
 }
 
 // ====================