rm debug shit

This commit is contained in:
Dana Jansens 2003-01-11 07:16:15 +00:00
parent 19bfac5195
commit c637f1ffdd

View 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('/')));
}