From: nguyen.vtan Date: Fri, 17 Aug 2018 09:02:58 +0000 (+0700) Subject: [TUnit][None-ACR]Remove redundant log X-Git-Tag: tct5.0_m2~110^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F187027%2F1;p=test%2Ftct%2Fcsharp%2Fapi.git [TUnit][None-ACR]Remove redundant log Change-Id: Id79c1fdc00a04aaf5bee5ac54ce70da525ab2b0e --- diff --git a/tct-suite-vs/nunit.framework/Internal/Execution/CompositeWorkItem.cs b/tct-suite-vs/nunit.framework/Internal/Execution/CompositeWorkItem.cs index 540105179..36d3579d4 100755 --- a/tct-suite-vs/nunit.framework/Internal/Execution/CompositeWorkItem.cs +++ b/tct-suite-vs/nunit.framework/Internal/Execution/CompositeWorkItem.cs @@ -218,7 +218,6 @@ namespace NUnit.Framework.Internal.Execution { try { - TLogger.Write("##### Execute OneTimeSetUp #####"); _setupCommand.Execute(Context); // SetUp may have changed some things in the environment @@ -383,7 +382,6 @@ namespace NUnit.Framework.Internal.Execution // this test started, so we have to re-establish // the proper execution environment this.Context.EstablishExecutionEnvironment(); - TLogger.Write("##### Execute OnTimeTearDown #####"); _teardownCommand.Execute(this.Context); }