Skip to content

Commit 523d6f0

Browse files
committed
Remove another debug log
1 parent 6e89995 commit 523d6f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/nbl/asset/utils/CHLSLCompiler.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ static tcpp::IInputStream* getInputStreamInclude(
110110

111111
includeStack.push_back(std::pair<uint32_t, std::string>(lineGoBackTo, identifier));
112112

113-
printf("included res_str:\n%s\n", res_str.c_str());
114-
115113
return new tcpp::StringInputStream(std::move(res_str));
116114
}
117115

0 commit comments

Comments
 (0)