File tree 3 files changed +0
-9
lines changed
3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,6 @@ void DeviceClass::setPlayer(Player* player) {
43
43
try {
44
44
id = player->getOrCreateUniqueID ();
45
45
} catch (...) {
46
- lse::getSelfPluginInstance ().getLogger ().error (" Fail in DeviceClass::setPlayer" );
47
- ll::error_utils::printCurrentException (lse::getSelfPluginInstance ().getLogger ());
48
- LOG_ERROR_WITH_SCRIPT_INFO ();
49
46
isValid = false ;
50
47
}
51
48
}
Original file line number Diff line number Diff line change @@ -211,9 +211,6 @@ void EntityClass::set(Actor* actor) {
211
211
try {
212
212
id = actor->getOrCreateUniqueID ();
213
213
} catch (...) {
214
- lse::getSelfPluginInstance ().getLogger ().error (" Fail in EntityClass::set" );
215
- ll::error_utils::printCurrentException (lse::getSelfPluginInstance ().getLogger ());
216
- LOG_ERROR_WITH_SCRIPT_INFO ();
217
214
isValid = false ;
218
215
}
219
216
}
Original file line number Diff line number Diff line change @@ -651,9 +651,6 @@ void PlayerClass::set(Player* player) {
651
651
try {
652
652
id = player->getOrCreateUniqueID ();
653
653
} catch (...) {
654
- lse::getSelfPluginInstance ().getLogger ().error (" Fail in PlayerClass::set" );
655
- ll::error_utils::printCurrentException (lse::getSelfPluginInstance ().getLogger ());
656
- LOG_ERROR_WITH_SCRIPT_INFO ();
657
654
isValid = false ;
658
655
}
659
656
}
You can’t perform that action at this time.
0 commit comments