Skip to content

Commit d6f1e15

Browse files
ubaidskVipul-Cariappa
authored andcommitted
Remove commented code
1 parent 65ebf8d commit d6f1e15

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/lpython/python_evaluator.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,6 @@ std::string PythonCompiler::aggregate_type_to_string(const struct EvalResult &r)
487487
if (asr_type->type == ASR::ttypeType::List) {
488488
int32_t size = *(int32_t*)(((char*)data)+offsets[0]);
489489
void *array = *(void**)(((char*)data)+offsets[2]);
490-
// int32_t capacity = *(int32_t*)(((char*)data)+offsets[1]);
491-
// std::cout << "size: " << size << " capacity: " << capacity << " array: " << array << std::endl;
492490
ASR::ttype_t *element_ttype = ASR::down_cast<ASR::List_t>(asr_type)->m_type;
493491

494492
result += "[";

0 commit comments

Comments
 (0)