Преглед на файлове

Removed information logging

marco.bellan преди 9 години
родител
ревизия
7976b2835f
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      Source/BansheeEditor/Source/BsScenePicking.cpp

+ 0 - 2
Source/BansheeEditor/Source/BsScenePicking.cpp

@@ -65,8 +65,6 @@ namespace BansheeEngine
 			Matrix3 rotation;
 			selectedObjects[0]->getWorldRotation().toRotationMatrix(rotation);
 			data->normal = rotation.inverse().transpose().transform(data->normal);
-			LOGWRN("Pos: " + toString(data->pickPosition.x) + " & " + toString(data->pickPosition.y) + " & " + toString(data->pickPosition.z));
-			LOGWRN("Norm: " + toString(data->normal.x) + " & " + toString(data->normal.y) + " & " + toString(data->normal.z));
 		}
 		return selectedObjects[0];
 	}