Removed OfflineTraderTable live log messages.

This commit is contained in:
MobiusDevelopment 2023-01-16 17:55:44 +02:00
parent 5e9a7dbe73
commit d6e125d783
2 changed files with 0 additions and 10 deletions

View File

@ -247,10 +247,6 @@ public class OfflineTraderTable
player.getCreateList().setStoreName(rs.getString("title"));
break;
}
default:
{
LOGGER.info("Offline trader " + player.getName() + " finished to sell his items");
}
}
}
}
@ -418,7 +414,6 @@ public class OfflineTraderTable
stm4.executeUpdate();
stm4.clearParameters();
con.commit();
LOGGER.info("Player: (" + trader.getName() + ") trade offline enable");
World.OFFLINE_TRADE_COUNT++;
return true;

View File

@ -247,10 +247,6 @@ public class OfflineTraderTable
player.getCreateList().setStoreName(rs.getString("title"));
break;
}
default:
{
LOGGER.info("Offline trader " + player.getName() + " finished to sell his items");
}
}
}
}
@ -418,7 +414,6 @@ public class OfflineTraderTable
stm4.executeUpdate();
stm4.clearParameters();
con.commit();
LOGGER.info("Player: (" + trader.getName() + ") trade offline enable");
World.OFFLINE_TRADE_COUNT++;
return true;