gui2/tgame_paths: Remove commented-out debug code
This commit is contained in:
parent
393f2a1dfb
commit
e7d19b4d6d
1 changed files with 0 additions and 2 deletions
|
@ -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';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue