From 32ef0c20100a6efd4ed78d680fe4c2aa17aee8cf Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Mon, 4 May 2015 15:49:21 -0700 Subject: [PATCH] removed some dead code --- interface/src/Application.cpp | 1 - libraries/entities/src/EntityItemProperties.cpp | 3 --- 2 files changed, 4 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 88496d0510..4cb3a85d7e 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -3132,7 +3132,6 @@ void Application::displaySide(Camera& theCamera, bool selfAvatarOnly, RenderArgs } // finally render the starfield - //qDebug() << "stars alpha:" << alpha; if (hasStars) { _stars.render(theCamera.getFieldOfView(), theCamera.getAspectRatio(), theCamera.getNearClip(), alpha); } diff --git a/libraries/entities/src/EntityItemProperties.cpp b/libraries/entities/src/EntityItemProperties.cpp index 480233e538..144bb28419 100644 --- a/libraries/entities/src/EntityItemProperties.cpp +++ b/libraries/entities/src/EntityItemProperties.cpp @@ -982,10 +982,7 @@ bool EntityItemProperties::decodeEntityEditPacket(const unsigned char* data, int READ_ENTITY_PROPERTY_TO_PROPERTIES(PROP_SHAPE_TYPE, ShapeType, setShapeType); READ_ENTITY_PROPERTY_STRING_TO_PROPERTIES(PROP_COMPOUND_SHAPE_URL, setCompoundShapeURL); READ_ENTITY_PROPERTY_TO_PROPERTIES(PROP_SKYBOX_MODE, SkyboxMode, setSkyboxMode); - - qDebug() << "EntityItemProperties::decodeEntityEditPacket()...."; properties.getAtmosphere().decodeFromEditPacket(propertyFlags, dataAt , processedBytes); - properties.getAtmosphere().debugDump(); } READ_ENTITY_PROPERTY_STRING_TO_PROPERTIES(PROP_MARKETPLACE_ID, setMarketplaceID);