Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu098vm committed Feb 6, 2023
1 parent 2f23af1 commit 54b40b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion HomePlugin/BotController/SysBotMini.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void Connect()
Connection.Connect(IP, Port);
Connected = true;
}
var title = GetTitleID().Trim();
var title = GetTitleID();
if (!title.Equals(HOME.TitleID))
{
Disconnect();
Expand Down
1 change: 0 additions & 1 deletion HomePlugin/BotController/UsbBotMini.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

using System;
using System.Threading;
using System.Threading.Tasks;
using LibUsbDotNet;
using LibUsbDotNet.Main;

Expand Down

0 comments on commit 54b40b3

Please sign in to comment.