mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 05:27:19 +00:00
Remove extra cout (#1101)
This commit is contained in:
parent
59387e5fe3
commit
238751f14e
@ -342,7 +342,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
template <typename AmfType>
|
template <typename AmfType>
|
||||||
AMFValue<AmfType>* Get(uint32_t index) const {
|
AMFValue<AmfType>* Get(uint32_t index) const {
|
||||||
std::cout << (index < this->dense.size()) << std::endl;
|
|
||||||
return index < this->dense.size() ?
|
return index < this->dense.size() ?
|
||||||
dynamic_cast<AMFValue<AmfType>*>(this->dense.at(index)) :
|
dynamic_cast<AMFValue<AmfType>*>(this->dense.at(index)) :
|
||||||
nullptr;
|
nullptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user