Skip to content
Snippets Groups Projects
Commit fc128801 authored by William Fledelius's avatar William Fledelius
Browse files

Removed unused print statement in test

parent 85192c2d
No related branches found
No related tags found
1 merge request!43d hpmodel implementation and test
......@@ -73,7 +73,6 @@ TEST(basic_check, test_up_down) {
model.fold(RIGHT);
model.fold(UP);
model.fold(FORWARD);
model.print();
model.fold(DOWN);
model.fold(LEFT);
auto points = model.getPoints();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment