Skip to content

Commit

Permalink
cleaned console logs in MakeExpression function
Browse files Browse the repository at this point in the history
Cleaned verbose logs leftovers (probably debug ones) that are currently printed on every compiling that involves dynamic objects...
  • Loading branch information
marcominetti committed Aug 26, 2013
1 parent cf0b312 commit 94e8ad6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mcs/mcs/nullable.cs
Expand Up @@ -1010,8 +1010,6 @@ void EmitEquality (EmitContext ec)

public override SLE.Expression MakeExpression (BuilderContext ctx)
{
Console.WriteLine (":{0} x {1}", Left.GetType (), Right.GetType ());

return Binary.MakeExpression (ctx, Left, Right);
}
}
Expand Down

0 comments on commit 94e8ad6

Please sign in to comment.