aboutsummaryrefslogtreecommitdiff
path: root/loader_launcher_proxy
diff options
context:
space:
mode:
Diffstat (limited to 'loader_launcher_proxy')
-rw-r--r--loader_launcher_proxy/dllmain.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader_launcher_proxy/dllmain.cpp b/loader_launcher_proxy/dllmain.cpp
index 6db50986..7a778208 100644
--- a/loader_launcher_proxy/dllmain.cpp
+++ b/loader_launcher_proxy/dllmain.cpp
@@ -102,7 +102,6 @@ bool LoadNorthstar()
}
}
- printf("WILL CALL HOOK INIT\n");
((bool (*)()) Hook_Init)();
return true;
}