spiFlash: drop annoying message in write_enable method

This commit is contained in:
Gwenhael Goavec-Merou
2020-08-24 08:52:00 +02:00
parent cd124d2830
commit 31bc9cf988
-2
View File
@@ -263,8 +263,6 @@ int SPIFlash::write_enable()
return -1;
}
if (_verbose)
std::cout << "write en: Success" << std::endl;
return 0;
}