Przeglądaj źródła

Silent TextResource loading

Daniele Bartolini 13 lat temu
rodzic
commit
520ef8d8d4
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      src/TextResource.cpp

+ 0 - 2
src/TextResource.cpp

@@ -29,8 +29,6 @@ TextResource* TextResource::load(Allocator& allocator, ResourceArchive* archive,
 		return resource;
 	}
 
-	Log::E("Unable to find the resource.");
-
 	return NULL;
 }