Remove debug output
This commit is contained in:
parent
5aaba511bd
commit
2fbed11431
@ -46,7 +46,6 @@ optional<CryConfigFile> CryConfigLoader::_loadConfig(const bf::path &filename) {
|
|||||||
//Since 0.9.3-alpha set the config value cryfs.blocksizeBytes wrongly to 32768 (but didn't use the value), we have to fix this here.
|
//Since 0.9.3-alpha set the config value cryfs.blocksizeBytes wrongly to 32768 (but didn't use the value), we have to fix this here.
|
||||||
if (config->config()->Version() != "0+unknown" && VersionCompare::isOlderThan(config->config()->Version(), "0.9.3-rc1")) {
|
if (config->config()->Version() != "0+unknown" && VersionCompare::isOlderThan(config->config()->Version(), "0.9.3-rc1")) {
|
||||||
config->config()->SetBlocksizeBytes(32832);
|
config->config()->SetBlocksizeBytes(32832);
|
||||||
std::cout << "Workaround BlockSize" << std::endl;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (config->config()->Version() != gitversion::VersionString()) {
|
if (config->config()->Version() != gitversion::VersionString()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user