]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Remove debug instruction and commented code
authorCharles du Jeu <charles.dujeu@gmail.com>
Tue, 10 Mar 2009 10:22:04 +0000 (10:22 +0000)
committerCharles du Jeu <charles.dujeu@gmail.com>
Tue, 10 Mar 2009 10:22:04 +0000 (10:22 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2243 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/BatchEntrySpec.js

index dcf22c82db5f16c61849649a7552b742ce3c18ca..9d1508a2b787899cdc8e55a79b2ccf0f6cb6b235 100644 (file)
@@ -27,13 +27,7 @@ qx.Class.define("org.argeo.slc.ria.execution.BatchEntrySpec", {
                        label += "/" + this.getFlow().getName();\r
                        return label;\r
                },\r
-               \r
-               /*\r
-               toXml : function(){\r
-                       return this.getLabel() + "\n";\r
-               },\r
-               */\r
-               \r
+                               \r
                /**\r
                 * Fetch the Spec Values with the Flow Values to make the current instance value\r
                 */\r
@@ -54,7 +48,7 @@ qx.Class.define("org.argeo.slc.ria.execution.BatchEntrySpec", {
                                instanceValues[key] = instValue;\r
                        }\r
                        this.setValues(instanceValues);\r
-                       this.debug(instanceValues);\r
+                       //this.debug(instanceValues);\r
                }\r
        }\r
 });
\ No newline at end of file