Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Percevent13 committed Aug 16, 2024
1 parent 77a5476 commit 4e21ede
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Runtime/Listeners/TimelineTriggerEventListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public bool isDebug

private void OnEnable()
{
Debug.Log("Played Timeline's enable");
if (_channel != null)
_channel.OnEventRaised += Respond;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fr.jeanf.eventsystem",
"version": "0.1.111",
"version": "0.1.112",
"displayName": "Event System",
"description": "This package contains a basic Event System based on Scriptable Objects as communication medium",
"unity": "2021.3",
Expand Down

0 comments on commit 4e21ede

Please sign in to comment.