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
Shuvam Sanati
purr-data
Commits
63967b06
Commit
63967b06
authored
Oct 30, 2020
by
Jonathan Wilkes
Browse files
remove debugging message
parent
a971e1e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
63967b06
...
...
@@ -1415,7 +1415,6 @@ var create_editmode_background = function(grid, size) {
// grid partially transparent
size
=
grid
?
size
:
10
;
opacity_str
=
'
"
'
+
(
grid
?
1
:
0.25
)
+
'
"
'
;
post
(
"
size is
"
+
size
);
cell_data_str
=
[
'
"
'
,
"
M
"
,
size
,
0
,
"
L
"
,
0
,
0
,
0
,
size
,
'
"
'
].
join
(
"
"
);
head
=
[
'
<svg xmlns="http://www.w3.org/2000/svg"
'
,
...
...
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