Skip to content

Commit

Permalink
comment: debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes committed Feb 1, 2024
1 parent 2353231 commit dc9e20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuantConnect.IQFeed.Tests/TestSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class TestSetup
[OneTimeSetUp]
public void GlobalSetup()
{
Log.DebuggingEnabled = true;
// Log.DebuggingEnabled = true;
Log.LogHandler = new CompositeLogHandler();
Log.Trace("TestSetup(): starting...");
ReloadConfiguration();
Expand Down

0 comments on commit dc9e20c

Please sign in to comment.