fix: 409 sync push on app start (#13796)

revert prev commits
This commit is contained in:
Ian Chua
2026-05-22 19:03:20 +08:00
committed by GitHub
parent 538c1d97ed
commit ac25fec14a

View File

@@ -581,14 +581,6 @@ void Preset::load_info(const std::string& file)
catch (...) {
return;
}
//TODO: workaround for current info file convert, will remove it later
if (this->updated_time == 0) {
this->updated_time = (long long)Slic3r::Utils::get_current_time_utc();
//this->sync_info = "update";
BOOST_LOG_TRIVIAL(info) << boost::format("old info file, updated time to %1%") % this->updated_time;
save_info();
}
}
void Preset::save_info(std::string file)