소스 검색

Refactor: Removing a specific bit of code meant for local debugging only

BearishSun 8 년 전
부모
커밋
ca96a44dd7
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Source/MBansheeEditor/Inspectors/MaterialInspector.cs

+ 0 - 2
Source/MBansheeEditor/Inspectors/MaterialInspector.cs

@@ -142,8 +142,6 @@ namespace BansheeEditor
                 if (param.isInternal)
                     continue;
 
-                Debug.Log(param.name + "_" + param.type);
-
                 switch (param.type)
                 {
                     case ShaderParameterType.Float: