Skip to content

Commit

Permalink
new debug method
Browse files Browse the repository at this point in the history
also remove some iffy words from the queue word list to be safe
  • Loading branch information
mcmonkey4eva committed Aug 4, 2021
1 parent 6bd15f2 commit 96f4a04
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 32 deletions.
Expand Up @@ -36,6 +36,11 @@ public interface DenizenImplementation {
*/
void debugMessage(String message);

/**
* Output a debug message to console.
*/
void debugMessage(String caller, String message);

/**
* Output an exception to console.
*/
Expand Down

0 comments on commit 96f4a04

Please sign in to comment.