mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-31 19:01:05 +00:00
Merge pull request #126 from philsmd/master
minor: remove quiet_sav, was just intended for debugging
This commit is contained in:
commit
d8475df495
@ -12451,10 +12451,6 @@ int main (int argc, char **argv)
|
||||
* devices mask and properties
|
||||
*/
|
||||
|
||||
uint quiet_sav = quiet;
|
||||
|
||||
quiet = 0;
|
||||
|
||||
for (uint device_all_id = 0; device_all_id < devices_all_cnt; device_all_id++)
|
||||
{
|
||||
// skip the device, if the user did specify a list of GPUs to skip
|
||||
@ -12536,8 +12532,6 @@ int main (int argc, char **argv)
|
||||
devices_cnt++;
|
||||
}
|
||||
|
||||
quiet = quiet_sav;
|
||||
|
||||
if (devices_cnt == 0)
|
||||
{
|
||||
log_error ("ERROR: No devices left that matches your specification.");
|
||||
|
Loading…
Reference in New Issue
Block a user