aboutsummaryrefslogtreecommitdiffstats
path: root/pugl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-07-31 21:15:22 +0200
committerDavid Robillard <d@drobilla.net>2019-07-31 21:17:32 +0200
commit568d40cd8454ae20bb47cfb06d14d644ba82711d (patch)
tree6e8556cc26a3aec43b8ab42a0b8034b68f94a403 /pugl
parent6f39b67fada16d77fe12d4e70799ab16a57d83bc (diff)
downloadpugl-568d40cd8454ae20bb47cfb06d14d644ba82711d.tar.gz
pugl-568d40cd8454ae20bb47cfb06d14d644ba82711d.tar.bz2
pugl-568d40cd8454ae20bb47cfb06d14d644ba82711d.zip
Cleanup: Remove debug print that snuck in there somehow
Diffstat (limited to 'pugl')
-rw-r--r--pugl/detail/win_cairo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pugl/detail/win_cairo.c b/pugl/detail/win_cairo.c
index c322f25..49175c1 100644
--- a/pugl/detail/win_cairo.c
+++ b/pugl/detail/win_cairo.c
@@ -170,7 +170,6 @@ puglWinCairoResize(PuglView* view,
int st = 0;
if ((st = puglWinCairoDestroyDrawContext(view)) ||
(st = puglWinCairoCreateDrawContext(view))) {
- fprintf(stderr, "ERR\n");
return st;
}