remove some repetitive debug logs
authorBill Erickson <berick@esilibrary.com>
Tue, 6 May 2014 18:20:19 +0000 (14:20 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 6 May 2014 18:20:19 +0000 (14:20 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/js/ui/default/staff/services/hatch.js

index 2366f71..f1ebffd 100644 (file)
@@ -131,7 +131,6 @@ angular.module('egCoreMod')
     }
 
     service.hatchClosed = function() {
-        console.debug("Hatch closing...");
         service.socket = null;
         service.printers = [];
         service.printConfig = {};
@@ -155,8 +154,6 @@ angular.module('egCoreMod')
             return;
         }
 
-        console.debug("connecting to Hatch...");
-
         try {
             service.socket = new WebSocket(service.hatchURL());
         } catch(e) {