Daniele Bartolini пре 12 година
родитељ
комит
6b61b248a8
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      tools/gui/console/MainWindow.cs

+ 0 - 2
tools/gui/console/MainWindow.cs

@@ -401,8 +401,6 @@ public partial class MainWindow: Gtk.Window
 				// Wrote the data to the List
 				string received = Encoding.ASCII.GetString( m_byBuff, 0, nBytesRec );
 
-				Console.Write(received);
-
 				JObject obj = JObject.Parse(received);
 				if (obj["type"].ToString() == "message")
 				{