Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
[ci-skip] Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Apr 8, 2023
1 parent 65661bc commit cbea2cc
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -72,7 +72,6 @@ public void run() {
plugin.api().getChatCooldowns().subtract(uuid);

if (time == 0) {
System.out.println("Cancelled the tasks!");
plugin.api().getChatCooldowns().removeUser(uuid);
plugin.api().getCooldownTask().removeUser(uuid);
cancel();
Expand Down

0 comments on commit cbea2cc

Please sign in to comment.