Skip to content

Commit 4cc6115

Browse files
committed
Cleanup code
1 parent a5a3aee commit 4cc6115

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

IPConfig/Helpers/ClipboardHelper.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
using System.Threading.Tasks;
33
using System.Windows;
44

5-
using HandyControl.Controls;
6-
75
namespace IPConfig.Helpers;
86

97
public static class ClipboardHelper
@@ -17,7 +15,6 @@ public static async Task SetTextAsync(string text)
1715
try
1816
{
1917
Clipboard.SetDataObject(text, true);
20-
Growl.Error(i.ToString());
2118

2219
return;
2320
}

0 commit comments

Comments
 (0)