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:
parent
06cdb03992
commit
ea47364761
1 changed files with 0 additions and 1 deletions
1
main.cpp
1
main.cpp
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue