Browse Source

removed console.debug that was crashing the editor

JohnnyWahib 9 years ago
parent
commit
9134c8ea1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Script/AtomicEditor/ui/frames/inspector/AttributeInfoEdit.ts

+ 1 - 1
Script/AtomicEditor/ui/frames/inspector/AttributeInfoEdit.ts

@@ -726,7 +726,7 @@ class ResourceRefAttributeEdit extends AttributeInfoEdit {
 
                         } else {
 
-                            console.debug("Unknown resource reference type.");
+                            //Unknown Resource
 
                         }
                     }