From b19d505fc1acc06013aeb2b0db1345deba901b98 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Wed, 1 Jul 2015 20:32:45 -0700 Subject: [PATCH] remove stray debug print --- libraries/entities/src/EntityItem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/entities/src/EntityItem.cpp b/libraries/entities/src/EntityItem.cpp index 59e909eab0..6559289e33 100644 --- a/libraries/entities/src/EntityItem.cpp +++ b/libraries/entities/src/EntityItem.cpp @@ -1550,7 +1550,6 @@ bool EntityItem::deserializeActions(QByteArray allActionsData, EntitySimulation* } } else { // we can't yet add the action. This method will be called later. - qDebug() << "\nCANT ADD ACTION YET"; success = false; } }