Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
switched debug off
Browse files Browse the repository at this point in the history
  • Loading branch information
hupf committed Apr 9, 2006
1 parent 9a2456f commit 866150b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Debug.h
Expand Up @@ -20,7 +20,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//

#define DEBUG 1
#define DEBUG 0


#define ERROR(m) NSLog(@"ERROR: %@", m)
Expand Down

0 comments on commit 866150b

Please sign in to comment.