* #26839: history: remove useless debug

This commit is contained in:
Tristan Matthews
2013-07-15 13:23:10 -04:00
parent c46f7adf80
commit 40adb03fe2

View File

@ -114,7 +114,6 @@ void History::ensurePath()
}
// Load user's history
path_ = userdata + DIR_SEPARATOR_STR + "history";
DEBUG("path_: %s!", path_.c_str());
}
}