From: Charles du Jeu Date: Tue, 10 Mar 2009 10:22:04 +0000 (+0000) Subject: Remove debug instruction and commented code X-Git-Tag: argeo-slc-2.1.7~2066 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;ds=sidebyside;h=66f3671c9a07777edc19d8efdea0e162a68f9838;hp=70d4ab0511ac2da49f572f1e031d27ace6f6ab9a;p=gpl%2Fargeo-slc.git Remove debug instruction and commented code git-svn-id: https://svn.argeo.org/slc/trunk@2243 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/BatchEntrySpec.js b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/BatchEntrySpec.js index dcf22c82d..9d1508a2b 100644 --- a/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/BatchEntrySpec.js +++ b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/BatchEntrySpec.js @@ -27,13 +27,7 @@ qx.Class.define("org.argeo.slc.ria.execution.BatchEntrySpec", { label += "/" + this.getFlow().getName(); return label; }, - - /* - toXml : function(){ - return this.getLabel() + "\n"; - }, - */ - + /** * Fetch the Spec Values with the Flow Values to make the current instance value */ @@ -54,7 +48,7 @@ qx.Class.define("org.argeo.slc.ria.execution.BatchEntrySpec", { instanceValues[key] = instValue; } this.setValues(instanceValues); - this.debug(instanceValues); + //this.debug(instanceValues); } } }); \ No newline at end of file