web staff : remove debug line
authorBill Erickson <berick@esilibrary.com>
Tue, 17 Dec 2013 15:26:36 +0000 (10:26 -0500)
committerBill Erickson <berick@esilibrary.com>
Tue, 17 Dec 2013 15:26:36 +0000 (10:26 -0500)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/js/ui/default/staff/services/net.js

index e78cab2..61e30cf 100644 (file)
@@ -45,7 +45,6 @@ function($q,  $rootScope,  egEvent) {
         if (!content) return null;
         var evt = egEvent.parse(content);
         if (evt && evt.textcode == 'NO_SESSION') {
-            console.log('BROADCASTING');
             $rootScope.$broadcast('egAuthExpired') 
         } else {
             return content;