Another debugging message
authorMiguel de Icaza <miguel@gnome.org>
Sat, 12 Feb 2005 17:27:42 +0000 (17:27 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 12 Feb 2005 17:27:42 +0000 (17:27 -0000)
svn path=/trunk/mcs/; revision=40541

mcs/mcs/expression.cs

index a19658370e87c00e6285683bc35880cd67764929..8504d9f2c7ae80ba564536994497b218258f1eb5 100644 (file)
@@ -3978,7 +3978,6 @@ namespace Mono.CSharp {
                        ILGenerator ig = ec.ig;
                        int arg_idx = idx;
 
-                       Console.WriteLine ("Loading: " + ec.MethodIsStatic);
                        if (!ec.MethodIsStatic)
                                arg_idx++;