Daniele Bartolini 12 лет назад
Родитель
Сommit
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
 				// Wrote the data to the List
 				string received = Encoding.ASCII.GetString( m_byBuff, 0, nBytesRec );
 				string received = Encoding.ASCII.GetString( m_byBuff, 0, nBytesRec );
 
 
-				Console.Write(received);
-
 				JObject obj = JObject.Parse(received);
 				JObject obj = JObject.Parse(received);
 				if (obj["type"].ToString() == "message")
 				if (obj["type"].ToString() == "message")
 				{
 				{