Skip to content

Commit 9200f77

Browse files
Remove debug log
1 parent 01469c0 commit 9200f77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtime/src/CSharpResource.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ bool CSharpResource::Start() {
208208

209209
bool CSharpResource::Stop() {
210210
alt::IResource::Stop();
211-
this->server->LogInfo("resource stopping");
212211
for (int i = 0, length = invokers->GetSize(); i < length; i++) {
213212
delete invokers->operator[](i);
214213
}

0 commit comments

Comments
 (0)