Removing debug info from core, and don't remove trailing spaces in msgs anymore
[quassel.git] / src / core / networkconnection.h
index 83ea6f3..b09a205 100644 (file)
@@ -169,9 +169,7 @@ private:
 
   bool _previousConnectionAttemptFailed;
   int _lastUsedServerlistIndex;
-  
-  QByteArray lastMsgReceived;  //  FIXME debug
-  
+
   class ParseError : public Exception {
   public:
     ParseError(QString cmd, QString prefix, QStringList params);