rm debug shit
This commit is contained in:
parent
19bfac5195
commit
c637f1ffdd
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ string expandTilde(const string& s) {
|
||||||
|
|
||||||
const char* const home = getenv("HOME");
|
const char* const home = getenv("HOME");
|
||||||
if (home == NULL) return s;
|
if (home == NULL) return s;
|
||||||
printf("tilde: getenv(DISPLAY)=%s\n", getenv("DISPLAY"));
|
|
||||||
|
|
||||||
return string(home + s.substr(s.find('/')));
|
return string(home + s.substr(s.find('/')));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue