Skip to content

Commit 38fb190

Browse files
committed
remove some logging
1 parent 9085453 commit 38fb190

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

QuestAppVersionSwitcher/Adb/AdbWrapper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public static ExitInfo RunAdbCommand(string arguments, AdbDevice? device = null)
9494
StartServer();
9595
if(device != null) {
9696
arguments = "-s \"" + device.id + "\" " + arguments;
97+
if(!Logger.notAllowedStrings.Contains(device.id)) Logger.notAllowedStrings.Add(device.id)
9798
}
9899

99100
var procStartInfo = new ProcessStartInfo(AdbPath)

0 commit comments

Comments
 (0)