Skip to content

Commit 406ee17

Browse files
committed
Remove unused build-breaking attribute
1 parent 390dae5 commit 406ee17

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Runtime/DebugChan/DebugChan.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
using UnityEditor;
21
using UnityEngine;
3-
using Activ.Loggr;
4-
using Activ.LogChan;
2+
using Activ.Loggr; using Activ.LogChan;
53

6-
[InitializeOnLoad]
74
public static class DebugChan{
85

96
public static bool logToConsole;

0 commit comments

Comments
 (0)