Skip to content

Commit

Permalink
v1.3.2.130 - stop spamming, please. Aims at fixing github issue #154
Browse files Browse the repository at this point in the history
  • Loading branch information
slipcor committed Jun 3, 2016
1 parent 7fe6aac commit ef67b27
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions doc/changelog.md
@@ -1,3 +1,4 @@
- v1.3.2.130 - stop spamming, please. Aims at fixing github issue #154
- v1.3.2.129 - address github issue #209 - oups
- v1.3.2.128 - add a module method "parseStartCountDown" to possibly override the remaining seconds to go
- v1.3.2.127 - fix github issue #204 by removing all traces of the nonexisting command "import"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -85,7 +85,7 @@ Users tutorials :

## Changelog

- v1.3.2.129 - address github issue #209 - oups
- v1.3.2.130 - stop spamming, please. Aims at fixing github issue #154
- [read more](doc/changelog.md)

***
Expand Down
4 changes: 0 additions & 4 deletions src/net/slipcor/pvparena/runnables/RegionRunnable.java
@@ -1,7 +1,6 @@
package net.slipcor.pvparena.runnables;

import net.slipcor.pvparena.PVPArena;
import net.slipcor.pvparena.core.Debug;
import net.slipcor.pvparena.loadables.ArenaRegion;
import net.slipcor.pvparena.loadables.ArenaRegion.RegionType;

Expand Down Expand Up @@ -36,9 +35,6 @@ public RegionRunnable(final ArenaRegion paRegion) {
*/
@Override
public void run() {
if (!Debug.override) {
region.getArena().getDebugger().i("RegionRunnable commiting: " + region.getRegionName());
}
/*
* J - is a join region
* I - is a fight in progress?
Expand Down

0 comments on commit ef67b27

Please sign in to comment.