Skip to content

Commit 5ffce69

Browse files
committed
commented-out SerializeDeclarationsCommandMenuItem
1 parent 037af66 commit 5ffce69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RetailCoder.VBE/Root/RubberduckModule.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,9 @@ private IEnumerable<ICommandMenuItem> GetRubberduckCommandBarItems()
412412
KernelInstance.Get<ReparseCommandMenuItem>(),
413413
KernelInstance.Get<ShowParserErrorsCommandMenuItem>(),
414414
KernelInstance.Get<ContextSelectionLabelMenuItem>(),
415-
#if DEBUG
416-
KernelInstance.Get<SerializeDeclarationsCommandMenuItem>()
417-
#endif
415+
//#if DEBUG
416+
// KernelInstance.Get<SerializeDeclarationsCommandMenuItem>()
417+
//#endif
418418
};
419419
}
420420

0 commit comments

Comments
 (0)