From 61c3424720d435977dcb8bfef8577253ed094895 Mon Sep 17 00:00:00 2001 From: valentinvsbg Date: Mon, 25 Aug 2014 19:13:03 +0300 Subject: [PATCH] comment removed --- TestSolution/TestLibrary/TestClass.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/TestSolution/TestLibrary/TestClass.cs b/TestSolution/TestLibrary/TestClass.cs index b0d45f0..b50960c 100644 --- a/TestSolution/TestLibrary/TestClass.cs +++ b/TestSolution/TestLibrary/TestClass.cs @@ -10,7 +10,6 @@ public class TestClass { public string CurrentDate() { - //hkjhkfh return DateTime.Now.ToString(); } }