diff --git a/r5dev/vscript/vscript.cpp b/r5dev/vscript/vscript.cpp index a404115d..5d6bbe6d 100644 --- a/r5dev/vscript/vscript.cpp +++ b/r5dev/vscript/vscript.cpp @@ -183,9 +183,7 @@ SQBool Script_ParseScriptList(SQCONTEXT context, const char* scriptListPath, //--------------------------------------------------------------------------------- SQBool Script_PrecompileScripts(CSquirrelVM* vm) { - HSQUIRRELVM v = vm->GetVM(); SQCONTEXT context = vm->GetContext(); - DevMsg(eDLL_T(context), "Starting script compiler...\n"); CFastTimer timer;