# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1324473699 0 # Node ID 9097a5eb144c078b1ada8f4675c7ac4e62de327d # Parent d76a36c9cff176b801fb81a9bb73e2d2c345cd33 Accidentally committed some debug messages with that last commit. diff -r d76a36c9cff1 -r 9097a5eb144c gtk3/dw.c --- a/gtk3/dw.c Wed Dec 21 13:04:21 2011 +0000 +++ b/gtk3/dw.c Wed Dec 21 13:21:39 2011 +0000 @@ -8777,7 +8777,6 @@ } width = frame.width; height = frame.height; - dw_debug("Frame %dx%d\n", width, height); } } else @@ -8805,7 +8804,6 @@ /* Ask what GTK is planning on suggesting for the window size */ gtk_window_get_size(GTK_WINDOW(handle), !width ? &width : NULL, !height ? &height : NULL); } - dw_debug("Estimate %dx%d + %dx%d\n", width, height, cx, cy); /* Add the frame size to it */ width += cx; height += cy;