Skip to content

Commit 1c1bfae

Browse files
committed
cleanup
1 parent 19bfbbc commit 1c1bfae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/NETworkManager/ViewModels/Applications/ARPTableViewModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,6 @@ private async void Refresh()
287287

288288
(await Models.Network.ARPTable.GetTableAsync()).ForEach(x => ARPTable.Add(x));
289289

290-
await Task.Delay(2000);
291-
292290
IsRefreshing = false;
293291
}
294292
#endregion

0 commit comments

Comments
 (0)