Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Sep 3, 2011
1 parent 0b88c16 commit 6f4bf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/demangle.d
Expand Up @@ -1107,7 +1107,7 @@ private struct Demangle
debug(trace) printf( "parseValue+\n" );
debug(trace) scope(success) printf( "parseValue-\n" );

printf( "*** %c\n", tok() );
// printf( "*** %c\n", tok() );
switch( tok() )
{
case 'n':
Expand Down

0 comments on commit 6f4bf93

Please sign in to comment.