1
0
mirror of synced 2024-09-24 11:38:26 +02:00

fix: Remove logging from CLI

This commit is contained in:
WerWolv 2023-12-12 13:20:39 +01:00
parent 045733d188
commit c32dad75cd

View File

@ -42,8 +42,6 @@ namespace hex {
this->m_functions.setImGuiContextFunction = getPluginFunction<PluginFunctions::SetImGuiContextFunc>("setImGuiContext");
this->m_functions.isBuiltinPluginFunction = getPluginFunction<PluginFunctions::IsBuiltinPluginFunc>("isBuiltinPlugin");
this->m_functions.getSubCommandsFunction = getPluginFunction<PluginFunctions::GetSubCommandsFunc>("getSubCommands");
log::info("Loaded plugin '{}'", wolv::util::toUTF8String(path.filename()));
}
Plugin::Plugin(hex::PluginFunctions functions) {