Skip to content

Commit 94aa02c

Browse files
authored
Merge pull request #314 from layus/fix-browse-cells
Hide cell content when displaying values.
2 parents 6c5ac7c + 9d421e3 commit 94aa02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/vm/main/cell-decl.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public:
7070
// Miscellaneous
7171

7272
void printReprToStream(VM vm, std::ostream& out, int depth, int width) {
73-
out << "<Cell: " << repr(vm, _value, depth, width) << ">";
73+
out << "<Cell>";
7474
}
7575

7676
private:

0 commit comments

Comments
 (0)