Skip to content

Commit 0bcd6e6

Browse files
committed
Final Release
1 parent 9c4308a commit 0bcd6e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/user/config_mgr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ int saveSlidebarState(const char *refId, SceFloat32 val)
9090
}
9191
char key[0x400] = {0};
9292
sce_paf_snprintf(key, 0x400, SLIDEBAR_SAVE_DIR "%s", refId);
93-
print("Saving to: %s\n", key);
93+
9494
ret = writeFloatToFile(key, val);
9595

9696
return ret;

0 commit comments

Comments
 (0)