Removed debug output

This commit is contained in:
Sebastian Messmer 2015-04-22 14:53:15 +02:00
parent 12e802fb7b
commit 5c63e1c277

View File

@ -55,7 +55,6 @@ CryDevice::~CryDevice() {
}
unique_ptr<fspp::Node> CryDevice::Load(const bf::path &path) {
printf("Loading %s\n", path.c_str());
assert(path.is_absolute());
if (path.parent_path().empty()) {