Skip to content

Commit

Permalink
fix: Deleted Debug.Log() from development because it was still there.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqunaga committed Jan 6, 2025
1 parent 9bfc1de commit 77b3102
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ public PrefsInnerAccessor(PrefsParamOuterInner<TOuter, TInner> prefs)
private void OnValueChanged()
{
if (!_hasSyncedValue) return;
Debug.Log($"{Time.realtimeSinceStartup} {_prefs.key} {_prefs.Get()}");
_prefs.Synced = Equals(_syncedValue, Get());
}

Expand Down

0 comments on commit 77b3102

Please sign in to comment.