Browse Source

Remove log

Daniele Bartolini 12 years ago
parent
commit
8f3bf77d90
1 changed files with 0 additions and 1 deletions
  1. 0 1
      engine/resource/PackageResource.cpp

+ 0 - 1
engine/resource/PackageResource.cpp

@@ -70,7 +70,6 @@ void compile(Filesystem& fs, const char* resource_path, File* out_file)
 		{
 		{
 			DynamicString texture_name;
 			DynamicString texture_name;
 			texture_array[i].string_value(texture_name); texture_name += ".texture";
 			texture_array[i].string_value(texture_name); texture_name += ".texture";
-			Log::d("texture name = %s", texture_name.c_str());
 
 
 			if (!fs.is_file(texture_name.c_str()))
 			if (!fs.is_file(texture_name.c_str()))
 			{
 			{