Skip to content
Snippets Groups Projects
Commit eab1660f authored by Stanley Goldman's avatar Stanley Goldman
Browse files

Removing stray comments

parent 13da580e
No related branches found
No related tags found
No related merge requests found
......@@ -492,14 +492,12 @@ namespace GitHub.Unity
private void OnLoggingSettingsGui()
{
// Install path
GUILayout.Label(DebugSettingsTitle, EditorStyles.boldLabel);
GUI.enabled = !busy;
var traceLogging = Logging.TracingEnabled;
// Install path field
EditorGUI.BeginChangeCheck();
{
traceLogging = EditorGUILayout.Toggle(EnableTraceLoggingLabel, traceLogging);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment