Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
e705055e
Commit
e705055e
authored
Jun 10, 2015
by
user
Browse files
comment out debug message
parent
f1363f02
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
e705055e
...
...
@@ -1779,7 +1779,7 @@ function init_socket_events () {
//nextCmd = nextCmd.replace(/'/g, "\\\'");
var
selector
=
nextCmd
.
slice
(
0
,
nextCmd
.
indexOf
(
"
"
));
var
args
=
nextCmd
.
slice
(
selector
.
length
+
1
,
-
1
);
console
.
log
(
'
About to eval:
'
+
selector
+
'
(
'
+
args
+
'
);
'
);
//
console.log('About to eval: ' + selector + '(' + args + ');');
eval
(
selector
+
'
(
'
+
args
+
'
);
'
);
nextCmd
=
''
;
cmdHeader
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment