That wasn't supposed to be there

This commit is contained in:
Ben Meadors 2025-01-23 17:08:37 -06:00
parent 1d89b0c47e
commit 245c84a473

View File

@ -1105,6 +1105,7 @@ bool NodeDB::saveProto(const char *filename, size_t protoSize, const pb_msgdesc_
bool okay = false;
auto f = SafeFile(filename, fullAtomic);
#ifdef FSCom
LOG_INFO("Save %s", filename);
pb_ostream_t stream = {&writecb, static_cast<Print *>(&f), protoSize};