Przeglądaj źródła

Do not log received stuff

Daniele Bartolini 12 lat temu
rodzic
commit
6b61b248a8
1 zmienionych plików z 0 dodań i 2 usunięć
  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")
 				{