Kaynağa Gözat

Silent Filesystem::open

Daniele Bartolini 13 yıl önce
ebeveyn
işleme
882ff17297
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  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);
 	get_info(m_root_path, relative_path, info);
 
 
-	Log::D("Filesystem::OpenStream: Found %s", info.os_path);
-
 	stream = new FileStream(mode, info.os_path);
 	stream = new FileStream(mode, info.os_path);
 
 
 	return stream;
 	return stream;