Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed May 14, 2021
1 parent df19c4e commit 346f8fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mgos_vfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,5 @@ bool mgos_vfs_gc(const char *path) {
fs = me->fs;
ret = fs->ops->gc(fs);
mgos_vfs_unlock();
LOG(LL_INFO, ("%s %p %d", path, fs, ret));
return ret;
}

0 comments on commit 346f8fb

Please sign in to comment.