From 568d40cd8454ae20bb47cfb06d14d644ba82711d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 31 Jul 2019 21:15:22 +0200 Subject: Cleanup: Remove debug print that snuck in there somehow --- pugl/detail/win_cairo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pugl') 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; } -- cgit v1.2.1