Skip to content

Commit d403d36

Browse files
author
Y_Less
committed
Remove debugging line.
1 parent 5971ac5 commit d403d36

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Server/Source/core_impl.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,6 @@ class Core final : public ICore, public PlayerConnectEventHandler, public Consol
980980
return nullptr;
981981
}
982982
int supports = component->supportedVersion();
983-
printLn("\tComponent supported version: %d.", supports);
984983
if (supports != OMP_VERSION_MAJOR)
985984
{
986985
printLn("\tFailed to load component: Built for open.mp version %d, now on %d.", supports, OMP_VERSION_MAJOR);

0 commit comments

Comments
 (0)