diff --git a/dCommon/Amf3.h b/dCommon/Amf3.h index 4dba039..4c64952 100644 --- a/dCommon/Amf3.h +++ b/dCommon/Amf3.h @@ -342,7 +342,6 @@ public: */ template AMFValue* Get(uint32_t index) const { - std::cout << (index < this->dense.size()) << std::endl; return index < this->dense.size() ? dynamic_cast*>(this->dense.at(index)) : nullptr;