remove stray debug print

This commit is contained in:
Seth Alves 2015-07-01 20:32:45 -07:00
parent 246861221c
commit b19d505fc1

View file

@ -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;
}
}