Skip to content

Commit

Permalink
improv. remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcoo committed Dec 3, 2021
1 parent 29fc8f6 commit c2f2d73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>fr.nivcoo</groupId>
<artifactId>Pointz</artifactId>
<version>2.6.6</version>
<version>2.6.7</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/fr/nivcoo/pointz/cache/CacheManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public PlayersInformations getPlayerInformations(Player player) {
p = getPlayerCountFromWebsite(player);
playersInformation.add(p);
}
System.out.println(p.getUsername());
return p;
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Pointz
version: 2.6.6
version: 2.6.7
author: nivcoo
main: fr.nivcoo.pointz.Pointz
softdepend: [ MVdWPlaceholderAPI, PlaceholderAPI ]
Expand Down

0 comments on commit c2f2d73

Please sign in to comment.