mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-07 09:54:55 +00:00
remove a std::cout used for debug
This commit is contained in:
parent
71827e4fb4
commit
209545a360
@ -156,7 +156,6 @@ namespace musik { namespace core {
|
||||
size_t last = result.find_last_of("/");
|
||||
result = result.substr(0, last); /* remove filename component */
|
||||
#endif
|
||||
std::cout << result << std::endl;
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user