Skip to content

Commit

Permalink
Remove debugging line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Y_Less committed Jan 5, 2023
1 parent 5971ac5 commit d403d36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Server/Source/core_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,6 @@ class Core final : public ICore, public PlayerConnectEventHandler, public Consol
return nullptr;
}
int supports = component->supportedVersion();
printLn("\tComponent supported version: %d.", supports);
if (supports != OMP_VERSION_MAJOR)
{
printLn("\tFailed to load component: Built for open.mp version %d, now on %d.", supports, OMP_VERSION_MAJOR);
Expand Down

0 comments on commit d403d36

Please sign in to comment.