removed a hello world from the code.
authorMark Lintner <mlintner@flash.net>
Fri, 20 Sep 2013 04:49:04 +0000 (21:49 -0700)
committerMark Lintner <mlintner@flash.net>
Fri, 20 Sep 2013 04:49:04 +0000 (21:49 -0700)
mcs/class/System.ServiceModel/Test/System.ServiceModel.Description/ContractDescriptionTest.cs

index 7a613baaf158ce5b65e37e300a5681022cf1bfdd..77430e87481bf6eadd81b3beda8756b3a0bccc29 100644 (file)
@@ -1081,7 +1081,6 @@ namespace MonoTests.System.ServiceModel.Description
                [Test]
                public void DualSpreadingInheritanceTest()
                {
-                       Console.WriteLine ("Hi");
                        var cd = ContractDescription.GetContract (typeof(S));
                        Assert.IsNotNull(cd);
                        Assert.IsTrue (cd.Name == "IS");