Skip to content

Commit

Permalink
Merge pull request #3827 from 9rnsr/remove_printf
Browse files Browse the repository at this point in the history
[trivial] Remove debug printf
  • Loading branch information
yebblies authored and 9rnsr committed Jul 29, 2014
1 parent 8670954 commit 0bcbedd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/expression.c
Expand Up @@ -8268,7 +8268,6 @@ Expression *CallExp::semantic(Scope *sc)
e1 = new DotTemplateExp(loc, se->e1, td);
else if (OverDeclaration *od = ti->tempdecl->isOverDeclaration())
{
printf("call = %s od = %s\n", toChars(), od->toChars());
e1 = new DotVarExp(loc, se->e1, od);
}
else
Expand Down

0 comments on commit 0bcbedd

Please sign in to comment.