Skip to content

Commit b179a40

Browse files
committed
removed debug statement
1 parent 534d88f commit b179a40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/MRTK/SDK/Editor/Inspectors/UX/Interactable/ButtonConfigHelperInspector.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ public override void OnInspectorGUI()
185185
{
186186
if (interactableProp.objectReferenceValue != null)
187187
{
188-
Debug.Log("hitting here");
189188
SerializedObject interactableObject = new SerializedObject(interactableProp.objectReferenceValue);
190189
SerializedProperty voiceCommandProperty = interactableObject.FindProperty("VoiceCommand");
191190

0 commit comments

Comments
 (0)