Skip to content

Commit e73ecef

Browse files
committed
Deactivate SCW release messages
1 parent 1e1cc06 commit e73ecef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.VBEEditor/SafeComWrappers/SafeComWrapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public abstract class SafeComWrapper<T> : ISafeComWrapper<T>
1010
where T : class
1111
{
1212
#if DEBUG
13-
private const bool LogSuccessfulComRelease = true;
13+
private const bool LogSuccessfulComRelease = false;
1414
#endif
1515
protected static readonly Logger _logger = LogManager.GetCurrentClassLogger();
1616

0 commit comments

Comments
 (0)