Skip to content

Commit 269190e

Browse files
committed
Fixing CI Build
1 parent 97643a1 commit 269190e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lpython/semantics/python_ast_to_asr.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5928,8 +5928,7 @@ class BodyVisitor : public CommonVisitor<BodyVisitor> {
59285928
*/
59295929
ASR::StringConstant_t* suffix_constant = ASR::down_cast<ASR::StringConstant_t>(arg_suffix);
59305930
std::string suffix = suffix_constant->m_s;
5931-
5932-
std :: cout << suffix << " " << s_var << std :: endl;
5931+
59335932
bool res = true;
59345933
if (suffix.size() > s_var.size())
59355934
res = false;

0 commit comments

Comments
 (0)