From d1025e8077ab2ed548407860c3e3d039ea7452d6 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 15 Feb 2006 22:58:02 +0000 Subject: [PATCH] I see this too much when debugging git-svn-id: svn://svn.open-ils.org/ILS/trunk@3078 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/components/nsOpenILS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/components/nsOpenILS.js b/Open-ILS/xul/staff_client/components/nsOpenILS.js index 6258940e72..f8f2d9cf98 100644 --- a/Open-ILS/xul/staff_client/components/nsOpenILS.js +++ b/Open-ILS/xul/staff_client/components/nsOpenILS.js @@ -52,7 +52,7 @@ var Module = { myFactory: { createInstance: function (outer, iid) { - dump("CI: " + iid + "\n"); + //dump("CI: " + iid + "\n"); if (outer != null) throw Components.results.NS_ERROR_NO_AGGREGATION; return (new OpenILS()).QueryInterface(iid); -- 2.43.2