From c1ecb3515503eef49debfe6e30e5df2548cb254a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 9 Jun 2017 15:29:34 -0400 Subject: [PATCH] LP#1533326: follow-up to remove extra logging statement Signed-off-by: Galen Charlton --- Open-ILS/web/js/ui/default/staff/cat/item/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/cat/item/app.js b/Open-ILS/web/js/ui/default/staff/cat/item/app.js index 48d2d8270f..002061eaee 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/item/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/item/app.js @@ -840,7 +840,6 @@ function(egCore , egCirc , $uibModal , $q , $timeout , $window , egConfirmDialog ).then( function(resp) { // oncomplete var evt = egCore.evt.parse(resp); - console.log('evt',evt); if (evt) { egConfirmDialog.open( egCore.strings.OVERRIDE_TRANSFER_COPIES_TO_MARKED_VOLUME_TITLE, -- 2.43.2