From: Dana Jansens Date: Sat, 11 Jan 2003 07:16:15 +0000 (+0000) Subject: rm debug shit X-Git-Tag: openbox-2_3_0~429 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c637f1ffddb9ae6ccdb965163c3862380429b525;p=dana%2Fopenbox.git rm debug shit --- diff --git a/otk/util.cc b/otk/util.cc index 39ea0f6c..ebca51d5 100644 --- a/otk/util.cc +++ b/otk/util.cc @@ -39,7 +39,6 @@ string expandTilde(const string& s) { const char* const home = getenv("HOME"); if (home == NULL) return s; -printf("tilde: getenv(DISPLAY)=%s\n", getenv("DISPLAY")); return string(home + s.substr(s.find('/'))); }