Skip to content

Commit 29ef058

Browse files
committed
Remove debugging line
1 parent 9de3a96 commit 29ef058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Launcher.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ bool InsertLaunchLua(std::vector<std::wstring> &commandLine, std::string &firstL
250250
bool isDevScript(std::wstring scriptPath) {
251251
int finalSlash = scriptPath.find_last_of('\\');
252252
std::wstring folderName = scriptPath.substr(0, finalSlash).substr(scriptPath.substr(0, finalSlash).find_last_of(L'\\') + 1);
253-
wprintf(L"Folder: %s", folderName);
254253
return folderName == L"src";
255254
}
256255

0 commit comments

Comments
 (0)