Removed debug output
This commit is contained in:
parent
12e802fb7b
commit
5c63e1c277
@ -55,7 +55,6 @@ CryDevice::~CryDevice() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
unique_ptr<fspp::Node> CryDevice::Load(const bf::path &path) {
|
unique_ptr<fspp::Node> CryDevice::Load(const bf::path &path) {
|
||||||
printf("Loading %s\n", path.c_str());
|
|
||||||
assert(path.is_absolute());
|
assert(path.is_absolute());
|
||||||
|
|
||||||
if (path.parent_path().empty()) {
|
if (path.parent_path().empty()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user