mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Remove debug log
This commit is contained in:
@@ -509,12 +509,6 @@ static rdcarray<rdcstr> ParseCommandLine(const rdcstr &appName, const char *cmdL
|
||||
}
|
||||
}
|
||||
|
||||
RDCLOG("$ ./a.out %s", cmdLine);
|
||||
for(size_t i = 0; i < argv.size(); i++)
|
||||
{
|
||||
RDCLOG("%d: '%s'", i, argv[i].c_str());
|
||||
}
|
||||
|
||||
return argv;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user