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
facfe1e5
Commit
facfe1e5
authored
May 15, 2015
by
user
Browse files
comment out debug message
parent
33bfb8a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_template.c
View file @
facfe1e5
...
...
@@ -5119,7 +5119,7 @@ static void plot_getrect(t_gobj *z, t_glist *glist,
// x1, y1, x2, y2);
}
}
fprintf
(
stderr
,
"FINAL plot_getrect %d %d %d %d
\n
"
,
x1
,
y1
,
x2
,
y2
);
//
fprintf(stderr,"FINAL plot_getrect %d %d %d %d\n", x1, y1, x2, y2);
//fprintf(stderr,"basex %g basey %g\n", basex, basey);
*xp1 = x1;
*yp1 = y1;
...
...
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