Skip to content

Commit 0043615

Browse files
committed
Remove debug stuff that should not have been committed
1 parent 7e06117 commit 0043615

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/test_primary_client.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -512,15 +512,8 @@ TEST_F(PrimaryClientTest, test_send_script_blocking_fail_on_bad_script)
512512
EXPECT_NO_THROW(client_->commandPowerOff());
513513
EXPECT_NO_THROW(client_->commandBrakeRelease());
514514

515-
// auto consumer = std::make_shared<RobotMessageConsumer>();
516-
517-
// client_->addPrimaryConsumer(consumer);
518-
519515
EXPECT_FALSE(client_->sendScriptBlocking("non_existing_func()"));
520516

521-
// auto message = consumer->getOrWaitForMessage();
522-
// auto typed_msg = std::dynamic_pointer_cast<primary_interface::RuntimeExceptionMessage>(message);
523-
// std::cout << typed_msg->toString() << std::endl;
524517
const std::string script_code = "def illegal_fun():\n"
525518
" calldoesntexist()\n"
526519
"end";

0 commit comments

Comments
 (0)