Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
commented the unnecessary print satement
Browse files Browse the repository at this point in the history
  • Loading branch information
kugesan1105 committed Aug 26, 2024
1 parent 5727553 commit 1f11e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaclang/tests/fixtures/index_slice.jac
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ with entry {
f_clr = foo(a);
f_clrw = foo(a)[0];
f_clrw2 = foo(a)[0:1][0].color;
print(foo(a)[0].color);
# print(foo(a)[0].color);
}

0 comments on commit 1f11e61

Please sign in to comment.