X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2Futil.cc;h=ebca51d51ef0f6fe38c4a4ee4fcbebdaa4c3fe62;hb=bc88d310fea71823fb2c61d071ff499579bffaba;hp=39ea0f6cc7a85a9326e74a9588ee801dad4ac10e;hpb=19bfac5195a1917f4a0bbcf910e90d5b800c5146;p=chaz%2Fopenbox 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('/'))); }