diff --git a/Source/Test/Rewriting/Types/Threading/Monitor.cs b/Source/Test/Rewriting/Types/Threading/Monitor.cs index 61ab8696..aafadfad 100644 --- a/Source/Test/Rewriting/Types/Threading/Monitor.cs +++ b/Source/Test/Rewriting/Types/Threading/Monitor.cs @@ -476,9 +476,7 @@ namespace Microsoft.Coyote.Rewriting.Types.Threading } // The executing op acquired the lock and can proceed. - System.Console.WriteLine($">>>> TEST-1 ?!?!"); this.Owner = this.Resource.Runtime.GetExecutingOperation(); - System.Console.WriteLine($">>>> TEST-2: {this.Owner}"); this.LockCountMap.Add(this.Owner, 1); return this; }