فهرست منبع

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: