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