Skip to content

Commit

Permalink
comment removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Oct 6, 2023
1 parent 40567d8 commit 433ed79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dist/build-package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,6 @@ Remove-Item ".\last-build-*"
Out-File -FilePath ".\last-build-$fullVersion.txt" -InputObject $fullVersion

## beep means i can look away :)
[console]::beep(1984,500)
[Console]::Beep(1056, 500)
[Console]::Beep(880, 500)
[Console]::Beep(880, 500)
4 changes: 3 additions & 1 deletion uSync.BackOffice/Expansions/uSyncTreeController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ namespace uSync.BackOffice.Expansions
[PluginController(uSync.Name)]
public class uSyncTreeController : TreeController
{
// collection of tree nodes.
/// <summary>
/// Collection of nodes underneath uSync tree item
/// </summary>
public SyncTreeNodeCollection _treeNodes;

private readonly IMenuItemCollectionFactory _menuItemsFactory;
Expand Down

0 comments on commit 433ed79

Please sign in to comment.