summaryrefslogtreecommitdiff
path: root/src/editor/simple/cloud2.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor/simple/cloud2.js')
-rw-r--r--src/editor/simple/cloud2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor/simple/cloud2.js b/src/editor/simple/cloud2.js
index 2331b39f2..c57922438 100644
--- a/src/editor/simple/cloud2.js
+++ b/src/editor/simple/cloud2.js
@@ -63,7 +63,7 @@ function gfshell(cmd,cont) {
// Check the syntax of an expression
function check_exp(s,cont) {
function check(gf_message) {
- debug("cc "+s+" = "+gf_message);
+ //debug("cc "+s+" = "+gf_message);
cont(/parse error/.test(gf_message) ? "parse error" : null);
}
gfshell("cc "+s,check);