Make some debug prints verbose-only, remove others
This commit is contained in:
@ -175,7 +175,6 @@ public:
|
||||
|
||||
FileAccess *PackedData::try_open_path(const String &p_path) {
|
||||
|
||||
//print_line("try open path " + p_path);
|
||||
PathMD5 pmd5(p_path.md5_buffer());
|
||||
Map<PathMD5, PackedFile>::Element *E = files.find(pmd5);
|
||||
if (!E)
|
||||
|
||||
Reference in New Issue
Block a user