Browse Source

ping device script complete, removing print statements

cecylia 8 years ago
parent
commit
e1f48c278a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      js/devicescripts.js

+ 0 - 2
js/devicescripts.js

@@ -27,8 +27,6 @@ var deviceScripts = {
                                 proto: "ICMP"
                             }
                         };
-                        console.log(new_packet);
-                        console.log(packet);
                         sendPacket(device.id, 0, new_packet);
                     }
 		}