remove the profiler spam

This commit is contained in:
nullifiedcat 2017-02-25 22:06:42 +03:00
parent 45ee586a72
commit 5c016174ae

View File

@ -42,7 +42,7 @@ bool CreateMove_hook(void* thisptr, float inputSample, CUserCmd* cmd) {
}
bool ret = ((CreateMove_t*)hooks::hkClientMode->GetMethod(hooks::offCreateMove))(thisptr, inputSample, cmd);
PROF_SECTION(CreateMove);
//PROF_SECTION(CreateMove);
if (!cmd) {
return ret;