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

+ 0 - 2
src/Filesystem.cpp

@@ -185,8 +185,6 @@ Stream* Filesystem::open(const char* relative_path, StreamOpenMode mode)
 
 	get_info(m_root_path, relative_path, info);
 
-	Log::D("Filesystem::OpenStream: Found %s", info.os_path);
-
 	stream = new FileStream(mode, info.os_path);
 
 	return stream;