Skip to content

Commit

Permalink
v6.6.1 - Debug bye bye
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHeijden committed Aug 18, 2021
1 parent e6a1bad commit edd622d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public void run() {

for (IntegerCount value : counts.values()) {
value.reset(nextTick);
plugin.getLogger().info("Count => " + value.getTotal());
}

this.tick = nextTick;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
String name = "Insights"
group = 'dev.frankheijden.insights'
String dependencyDir = group + '.dependencies'
version = '6.6.0'
version = '6.6.1'

sourceCompatibility = targetCompatibility = JavaVersion.VERSION_16

Expand Down

0 comments on commit edd622d

Please sign in to comment.