Skip to content

Commit be55969

Browse files
committed
Ooops
1 parent a694d39 commit be55969

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ru/xpyctum/SignStatus/Main.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ public void remove(Vector3 pos){
123123
Level level = this.getServer().getLevelByName(level_name);
124124
if(level != null) {
125125
if (x == pos.getX() && y == pos.getY() && z == pos.getZ() && Objects.equals(level.getName(), level_name)){
126-
this.getLogger().info(entry.getKey().toString());
127126
signs.remove(entry.getKey().toString());
128127
this.signs.save();
129128
}

src/ru/xpyctum/SignStatus/Refresher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public void onRun(int i) {
3434
ConfigSection data = owner.format.getSection("format");
3535
ConfigSection signs = owner.signs.getRootSection();
3636

37-
//owner.getLogger().alert(signs.toString());
3837
signs.entrySet().forEach(entry ->{
3938
List<Map> cf = signs.getMapList(entry.getKey());
4039
for(Map joinable : cf){

0 commit comments

Comments
 (0)