From e7144e7049a5b65e14da99c5a8add7d49c59f2c3 Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 22 Apr 2008 01:58:42 +0000 Subject: [PATCH] removed log line git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@9423 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/acq/Fund.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/openils/acq/Fund.js b/Open-ILS/web/js/dojo/openils/acq/Fund.js index 7a0e88246c..d4715aa81a 100644 --- a/Open-ILS/web/js/dojo/openils/acq/Fund.js +++ b/Open-ILS/web/js/dojo/openils/acq/Fund.js @@ -36,7 +36,6 @@ openils.acq.Fund.createStore = function(onComplete, limitPerm) { var src = msg.content(); openils.acq.Fund.cache[src.id()] = src; items.push(src); - console.log('loaded fund: ' + src.name()); } onComplete(acqf.toStoreData(items)); } -- 2.11.0