rm debug prints

This commit is contained in:
Dana Jansens 2003-01-11 07:17:22 +00:00
parent c637f1ffdd
commit ac06b3c5f3

View file

@ -93,7 +93,6 @@ void OBDisplay::initialize(char *name)
(void)junk; (void)junk;
// Open the X display // Open the X display
printf("getenv(DISPLAY)=%s\n", getenv("DISPLAY"));
if (!(display = XOpenDisplay(name))) { if (!(display = XOpenDisplay(name))) {
printf(_("Unable to open connection to the X server. Please set the \n\ printf(_("Unable to open connection to the X server. Please set the \n\
DISPLAY environment variable approriately, or use the '-display' command \n\ DISPLAY environment variable approriately, or use the '-display' command \n\