Revert "[Tizen] Add comment"
authortscholb <scholb.kim@samsung.com>
Mon, 1 Nov 2021 07:15:30 +0000 (16:15 +0900)
committertscholb <scholb.kim@samsung.com>
Mon, 1 Nov 2021 07:15:30 +0000 (16:15 +0900)
This reverts commit 1b975b4acbfe3272a8804541336cd385605cd06c.

dali/public-api/common/dali-vector.h

index 2fea460..1e8d230 100644 (file)
@@ -552,7 +552,6 @@ public: // API
     DALI_ASSERT_VECTOR(index < VectorBase::Count() && "Index out of bounds");
     if(index >= VectorBase::Count())
     {
-      // Assert to debug
       assert(0);
     }
     ItemType* address = reinterpret_cast<ItemType*>(VectorBase::mData);