Skip to content

Commit

Permalink
Revert "Attempt to glean more information via logger"
Browse files Browse the repository at this point in the history
This reverts commit 0f88b99.
  • Loading branch information
brightrim committed Jul 7, 2024
1 parent 0f88b99 commit 366c851
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/LongTimeAction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "script/LuaScript.hpp"
#include "script/LuaTileScript.hpp"
#include "script/server.hpp"
#include "Logger.hpp"

#include <memory>
#include <utility>
Expand Down Expand Up @@ -248,10 +247,6 @@ void LongTimeAction::abortAction() {
void LongTimeAction::successAction() {
checkSource();

Logger::error(LogFacility::Script)
<< "Action running: " << _actionrunning << " Current action type: " << currentActionType << " currentActionParameters.type: "
<< currentActionParameters.type << "." << Log::end;

if (_actionrunning) {
_actionrunning = false;

Expand Down

0 comments on commit 366c851

Please sign in to comment.