Преглед на файлове

Added debugging

Tried to figure out if the init fuction of the GRID does anything
RoelGo преди 8 години
родител
ревизия
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) {
         if (communicator.getConnected() == true) {
            communicator.initIOStream();
            communicator.initIOStream();
+           System.out.println(communicator.getBuffer());
+          
+           
         }
         }
         
         
     }
     }