Skip to content

Commit

Permalink
Remove left-over debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihails Strasuns committed Jul 29, 2014
1 parent c4c1c8d commit 52e8fd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mtype.c
Expand Up @@ -2970,7 +2970,6 @@ Type *TypeFunction::semantic(Loc loc, Scope *sc)
if (tf->inuse == 1) tf->inuse--;

Type *t = fparam->type->toBasetype();
printf("t = %s\n", t->toChars());

if (fparam->storageClass & (STCout | STCref | STClazy))
{
Expand Down

0 comments on commit 52e8fd5

Please sign in to comment.