File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
src/ru/xpyctum/SignStatus Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 ){
You can’t perform that action at this time.
0 commit comments