diff --git a/app.cpp b/app.cpp index aa362c5..eda1c53 100644 --- a/app.cpp +++ b/app.cpp @@ -411,7 +411,6 @@ int gymTrackerAddExercise(Arena *arena, list args) { byte *newExerciseNameDb = buf + newEntryStartIndex + sizeof(GymLogDbEntry); memcpy(newExerciseNameDb, newExerciseName.str, newExerciseName.length); size_t bufSize = newEntryStartIndex + sizeof(GymLogDbEntry) + newExerciseName.length; - log("%i\n", bufSize); os_writeEntireFile(arena, DB_FILE_LOCATION, buf, bufSize); } }