Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aayush
purr-data
Commits
f3ba96aa
Commit
f3ba96aa
authored
Jul 25, 2015
by
Jonathan Wilkes
Browse files
remove debugging msg
parent
fec9cf6c
Changes
5
Hide whitespace changes
Inline
Side-by-side
pd/nw/dialog_canvas.html
View file @
f3ba96aa
...
...
@@ -274,8 +274,6 @@ var l = pdgui.get_local_string;
// gui preset
pdgui
.
skin
.
apply
(
this
);
console
.
log
(
"
my working dire is
"
+
pdgui
.
get_pwd
());
var
pd_object_callback
;
// nested arrays of attributes for each garray
...
...
pd/nw/dialog_font.html
View file @
f3ba96aa
...
...
@@ -100,8 +100,6 @@ var pdgui = require('./pdgui.js');
// For translations
var
l
=
pdgui
.
get_local_string
;
console
.
log
(
"
my working dire is
"
+
pdgui
.
get_pwd
());
pdgui
.
skin
.
apply
(
this
);
var
pd_object_callback
;
...
...
pd/nw/dialog_gatom.html
View file @
f3ba96aa
...
...
@@ -143,8 +143,6 @@ var pdgui = require('./pdgui.js');
// For translations
var
l
=
pdgui
.
get_local_string
;
console
.
log
(
"
my working dire is
"
+
pdgui
.
get_pwd
());
pdgui
.
skin
.
apply
(
this
);
var
pd_object_callback
;
...
...
pd/nw/dialog_iemgui.html
View file @
f3ba96aa
...
...
@@ -305,8 +305,6 @@ var pdgui = require('./pdgui.js');
// For translations
var
l
=
pdgui
.
get_local_string
;
console
.
log
(
"
my working dire is
"
+
pdgui
.
get_pwd
());
// gui preset
pdgui
.
skin
.
apply
(
this
);
...
...
pd/nw/dialog_prefs.html
View file @
f3ba96aa
...
...
@@ -255,7 +255,6 @@ var l = pdgui.get_local_string;
// Gui presets
pdgui
.
skin
.
apply
(
this
);
console
.
log
(
"
my working dire is
"
+
pdgui
.
get_pwd
());
var
pd_object_callback
;
...
...
Write
Preview
Supports
Markdown
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