]> Dogcows Code - chaz/openbox/blobdiff - otk/util.cc
fix \'s
[chaz/openbox] / otk / util.cc
index 39ea0f6cc7a85a9326e74a9588ee801dad4ac10e..ebca51d51ef0f6fe38c4a4ee4fcbebdaa4c3fe62 100644 (file)
@@ -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('/')));
 }
This page took 0.021378 seconds and 4 git commands to generate.