Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 522799f

Browse files
Removing a few more logs
1 parent f0258a4 commit 522799f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/ApplicationCache.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,10 @@ private void Flush()
7070

7171
void ISerializationCallbackReceiver.OnBeforeSerialize()
7272
{
73-
Debug.LogFormat("ApplicationCache OnBeforeSerialize {0} {1}", firstRun, GetInstanceID());
7473
}
7574

7675
void ISerializationCallbackReceiver.OnAfterDeserialize()
7776
{
78-
Debug.LogFormat("ApplicationCache OnAfterDeserialize {0} {1}", firstRun, GetInstanceID());
7977
}
8078
}
8179
}

0 commit comments

Comments
 (0)