From 1370cbc6d7618fc160493d9442a2155156e21a3b Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 21 Sep 2021 11:07:41 -0400 Subject: [PATCH] LP1904593 Remove errant color[sic].log() call Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/staff/services/print.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/services/print.js b/Open-ILS/web/js/ui/default/staff/services/print.js index 7cdf9158ed..5eeaadd2c1 100644 --- a/Open-ILS/web/js/ui/default/staff/services/print.js +++ b/Open-ILS/web/js/ui/default/staff/services/print.js @@ -19,7 +19,6 @@ function($q , $window , $timeout , $http , egHatch , egAuth , egIDL , egOrg , eg 'lib.my_account_url' ] }; - color.log("service",service); service.template_base_path = 'share/print_templates/t_'; -- 2.11.0