Protect debug printf with #ifdef.

This commit is contained in:
ramiro 1998-07-15 00:56:51 +00:00
Родитель e77c6fa9b2
Коммит cda04e1392
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -293,7 +293,10 @@ XFE_BrowserFrame::XFE_BrowserFrame(Widget toplevel,
// Configure the toolbox for the first time
configureToolbox();
#ifdef DEBUG_radha
printf("Created the BrowserFrame\n");
#endif
}
XFE_BrowserFrame::~XFE_BrowserFrame()