Skip to content

Commit

Permalink
plugins: Remove duplicate sqvm destroy log (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
uniboi authored Sep 12, 2024
1 parent 8824340 commit f9a9798
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion primedev/plugins/plugins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ void Plugin::OnSqvmCreated(CSquirrelVM* sqvm) const

void Plugin::OnSqvmDestroying(CSquirrelVM* sqvm) const
{
NS::log::PLUGINSYS->info("destroying sqvm {}", sqvm->vmContext);
m_callbacks->OnSqvmDestroying(sqvm);
}

Expand Down

0 comments on commit f9a9798

Please sign in to comment.