From: erickson Date: Tue, 22 Apr 2008 01:58:42 +0000 (+0000) Subject: removed log line X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e7144e7049a5b65e14da99c5a8add7d49c59f2c3;p=Evergreen.git removed log line git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@9423 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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)); }