rm debug prints
This commit is contained in:
parent
c637f1ffdd
commit
ac06b3c5f3
1 changed files with 0 additions and 1 deletions
|
@ -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\
|
||||||
|
|
Loading…
Reference in a new issue