mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Remove unneeded code.
This commit is contained in:
@@ -174,7 +174,6 @@ namespace DiscImageChef.Tests.Devices.SecureDigital
|
||||
DicConsole.WriteLine("Not a number. Press any key to continue...");
|
||||
blockSize = 512;
|
||||
System.Console.ReadKey();
|
||||
continue;
|
||||
}
|
||||
|
||||
break;
|
||||
@@ -693,7 +692,6 @@ namespace DiscImageChef.Tests.Devices.SecureDigital
|
||||
DicConsole.WriteLine("Not a number. Press any key to continue...");
|
||||
blockSize = 512;
|
||||
System.Console.ReadKey();
|
||||
continue;
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
@@ -174,7 +174,6 @@ namespace DiscImageChef.Tests.Devices.SecureDigital
|
||||
DicConsole.WriteLine("Not a number. Press any key to continue...");
|
||||
blockSize = 512;
|
||||
System.Console.ReadKey();
|
||||
continue;
|
||||
}
|
||||
|
||||
break;
|
||||
@@ -693,7 +692,6 @@ namespace DiscImageChef.Tests.Devices.SecureDigital
|
||||
DicConsole.WriteLine("Not a number. Press any key to continue...");
|
||||
blockSize = 512;
|
||||
System.Console.ReadKey();
|
||||
continue;
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user