You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Cleanup
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#include "resource.h"
|
||||
|
||||
#include "core/core_string_names.h"
|
||||
#include "core/error/error_macros.h"
|
||||
#include "core/io/file_access.h"
|
||||
#include "core/io/resource_loader.h"
|
||||
#include "core/math/math_funcs.h"
|
||||
@@ -85,9 +84,6 @@ void Resource::set_path(const String &p_path, bool p_take_over) {
|
||||
path_cache = p_path;
|
||||
|
||||
if (!path_cache.is_empty()) {
|
||||
if (p_path.ends_with("class_a.notest.gd")) {
|
||||
print_line("Setting resource path to class_a.notest.gd");
|
||||
}
|
||||
ResourceCache::resources[path_cache] = this;
|
||||
}
|
||||
ResourceCache::lock.unlock();
|
||||
|
||||
Reference in New Issue
Block a user