Просмотр исходного кода

Added debugging

Tried to figure out if the init fuction of the GRID does anything
RoelGo 8 лет назад
Родитель
Сommit
5c674e875f
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      src/camsucks/GRID.java

+ 3 - 0
src/camsucks/GRID.java

@@ -72,6 +72,9 @@ public class GRID {
 
         if (communicator.getConnected() == true) {
            communicator.initIOStream();
+           System.out.println(communicator.getBuffer());
+          
+           
         }
         
     }