Skip to content

Commit

Permalink
Uncommented _D().
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 4, 2001
1 parent 31ea341 commit f28ba2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions last/toby/parsers/Parser.java
Expand Up @@ -40,10 +40,10 @@ public abstract class Parser
* @param funcName name of method where debugging info lies.
* @param msg Message to print.
*/
// public static void _D(String funcName, String msg)
// {
// BugSquasher.println(funcName, msg);
// } // _D
protected void _D(String funcName, String msg)
{
BugSquasher.println(funcName, msg);
} // _D


/**
Expand Down

0 comments on commit f28ba2b

Please sign in to comment.