We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01469c0 commit 9200f77Copy full SHA for 9200f77
runtime/src/CSharpResource.cpp
@@ -208,7 +208,6 @@ bool CSharpResource::Start() {
208
209
bool CSharpResource::Stop() {
210
alt::IResource::Stop();
211
- this->server->LogInfo("resource stopping");
212
for (int i = 0, length = invokers->GetSize(); i < length; i++) {
213
delete invokers->operator[](i);
214
}
0 commit comments