1
0
Fork 0
mirror of https://gitlab.com/niansa/pilang2.git synced 2025-03-06 20:49:22 +01:00

Removed accidental left-over debug code

This commit is contained in:
niansa 2020-04-13 15:40:25 +02:00
parent 06cdb03992
commit ea47364761

View file

@ -121,7 +121,6 @@ std::string cmd_ret(std::vector<std::string> args) {
return retstring;
}
std::string cmd_catch(std::vector<std::string> args) {
std::cout << "reached" << std::endl;
if (args.size() != 1) {
return badarguments;
}