gui2/tgame_paths: Remove commented-out debug code

This commit is contained in:
Ignacio R. Morelle 2014-02-12 03:19:40 -03:00
parent 393f2a1dfb
commit e7d19b4d6d

View file

@ -115,8 +115,6 @@ void tgame_paths::browse_directory_callback(const std::string& path)
void tgame_paths::copy_to_clipboard_callback(const std::string& path)
{
// std::cerr << "copy_to_clipboard_callback(): " << path << '\n';
copy_to_clipboard(path, false);
// std::cerr << "clipboard: " << copy_from_clipboard(false) << '\n';
}
}