We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1cc06 commit e73ecefCopy full SHA for e73ecef
Rubberduck.VBEEditor/SafeComWrappers/SafeComWrapper.cs
@@ -10,7 +10,7 @@ public abstract class SafeComWrapper<T> : ISafeComWrapper<T>
10
where T : class
11
{
12
#if DEBUG
13
- private const bool LogSuccessfulComRelease = true;
+ private const bool LogSuccessfulComRelease = false;
14
#endif
15
protected static readonly Logger _logger = LogManager.GetCurrentClassLogger();
16
0 commit comments