Remove debug output

This commit is contained in:
Sebastian Messmer 2016-04-29 12:38:53 -07:00
parent 5aaba511bd
commit 2fbed11431

View File

@ -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.
if (config->config()->Version() != "0+unknown" && VersionCompare::isOlderThan(config->config()->Version(), "0.9.3-rc1")) {
config->config()->SetBlocksizeBytes(32832);
std::cout << "Workaround BlockSize" << std::endl;
}
#endif
if (config->config()->Version() != gitversion::VersionString()) {