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

+ 0 - 2
src/Filesystem.cpp

@@ -38,8 +38,6 @@ Filesystem::Filesystem(const char* root_path)
 	assert(os::is_absolute_path(root_path));
 
 	string::strncpy(m_root_path, root_path, os::MAX_PATH_LENGTH);
-
-	Log::i("Root path : %s", m_root_path);
 }
 
 //-----------------------------------------------------------------------------