Răsfoiți Sursa

Merge branch 'master' of github.com:bkaradzic/bgfx

Branimir Karadžić 8 ani în urmă
părinte
comite
f5dea0d1e1
1 a modificat fișierele cu 0 adăugiri și 3 ștergeri
  1. 0 3
      tools/shaderc/shaderc.cpp

+ 0 - 3
tools/shaderc/shaderc.cpp

@@ -711,9 +711,6 @@ namespace bgfx
 		char tmp[bx::kMaxFilePath];
 		char tmp[bx::kMaxFilePath];
 		bx::strCopy(tmp, BX_COUNTOF(tmp), fp.getFileName() );
 		bx::strCopy(tmp, BX_COUNTOF(tmp), fp.getFileName() );
 		const char* base = bx::strFind(_filePath, tmp);
 		const char* base = bx::strFind(_filePath, tmp);
-printf(" tmp: %s\n", tmp);
-printf("  fp: %s\n", _filePath);
-printf("base: %s\n", base);
 		return base;
 		return base;
 	}
 	}