Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
Remove debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeee committed Dec 28, 2020
1 parent 28826f2 commit 2baea65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CLuaScriptRuntime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,6 @@ CLuaScriptRuntime::CLuaScriptRuntime()
);

alt::String serverConfigPath = Core->GetRootDirectory() + p_s + "server.cfg";
Core->LogInfo("serverConfigPath: " + serverConfigPath);
this->serverConfigDict = this->ParseConfig(serverConfigPath.CStr());

Core->SubscribeEvent(alt::CEvent::Type::RESOURCE_START, CLuaScriptRuntime::OnResourceStart, this);
Expand Down

0 comments on commit 2baea65

Please sign in to comment.