[TUnit][None-ACR]Remove redundant log 27/187027/1
authornguyen.vtan <nguyen.vtan@samsung.com>
Fri, 17 Aug 2018 09:02:58 +0000 (16:02 +0700)
committernguyen.vtan <nguyen.vtan@samsung.com>
Fri, 17 Aug 2018 09:02:58 +0000 (16:02 +0700)
Change-Id: Id79c1fdc00a04aaf5bee5ac54ce70da525ab2b0e

tct-suite-vs/nunit.framework/Internal/Execution/CompositeWorkItem.cs

index 5401051792bf35d7e549ba7e6852722d525eac40..36d3579d4a4fbd8c1951f07e882cc8ffe07498fe 100755 (executable)
@@ -218,7 +218,6 @@ namespace NUnit.Framework.Internal.Execution
         {\r
             try\r
             {\r
-                TLogger.Write("##### Execute OneTimeSetUp #####");\r
                 _setupCommand.Execute(Context);\r
 \r
                 // SetUp may have changed some things in the environment\r
@@ -383,7 +382,6 @@ namespace NUnit.Framework.Internal.Execution
             // this test started, so we have to re-establish\r
             // the proper execution environment\r
             this.Context.EstablishExecutionEnvironment();\r
-            TLogger.Write("##### Execute OnTimeTearDown #####");\r
             _teardownCommand.Execute(this.Context);\r
         }\r
 \r