From 12febfd63aabeec226e82c6030b16edd86948cc1 Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 15 Nov 2005 19:10:11 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.open-ils.org/ILS/trunk@2032 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Evergreen/staff_client/chrome/content/evergreen/util/print.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Evergreen/staff_client/chrome/content/evergreen/util/print.js b/Evergreen/staff_client/chrome/content/evergreen/util/print.js index 6cedd5ed63..4a9789e905 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/util/print.js +++ b/Evergreen/staff_client/chrome/content/evergreen/util/print.js @@ -249,7 +249,8 @@ function NSPrint(w,silent) // Pressing cancel is expressed as an NS_ERROR_ABORT return value, // causing an exception to be thrown which we catch here. // Unfortunately this will also consume helpful failures, so add a - sdump('D_PRINT','PRINT EXCEPTION: ' + js2JSON(e) + '\n'); // if you need to debug + sdump('D_PRINT','PRINT EXCEPTION: ' + js2JSON(e) + '\n'); + // if you need to debug } } -- 2.43.2