Remove debugging code

This commit is contained in:
Mark Hessling
2002-07-07 08:09:35 +00:00
parent 27c607a4bc
commit 1ac96fd189

View File

@@ -187,7 +187,7 @@ Boolean doit;
vh = mh; /* scrollbars are always same length as main window */
hw = mw;
fprintf(stderr,"%s %d: mw %d mh %d vx %d hy %d hinc %d winc %d hspace %d\n",__FILE__,__LINE__,mw,mh,vx,hy,sbw->scrollBox.increment_height,sbw->scrollBox.increment_width,sbw->scrollBox.h_space);
/* fprintf(stderr,"%s %d: mw %d mh %d vx %d hy %d hinc %d winc %d hspace %d\n",__FILE__,__LINE__,mw,mh,vx,hy,sbw->scrollBox.increment_height,sbw->scrollBox.increment_width,sbw->scrollBox.h_space); */
if (doit) {
XtResizeWidget(wmain, mw, mh, 1);