Skip to content

Commit

Permalink
Fix tooltip debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed May 24, 2018
1 parent 3f7848b commit 10101fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/widget/tip.cpp
Expand Up @@ -88,7 +88,6 @@ static std::vector<std::string> splitString(const std::string& str, char delimit
std::istringstream str_stream(str);
std::string s;
while (getline(str_stream, s, delimiter)) {
std::cout << s << std::endl;
strings.push_back(s);
}
return strings;
Expand Down

0 comments on commit 10101fc

Please sign in to comment.