aboutsummaryrefslogtreecommitdiffstats
path: root/pugl
diff options
context:
space:
mode:
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;
}