Daniele Bartolini 13 лет назад
Родитель
Сommit
520ef8d8d4
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/TextResource.cpp

+ 0 - 2
src/TextResource.cpp

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