upd: ready to submit

This commit is contained in:
2023-12-14 04:45:13 +00:00
parent 9ead94b064
commit 843fc1ca69

View File

@ -17,10 +17,10 @@ void BookStoreMain(bool is_server, std::string config_dir) {
std::string cmd;
while (std::getline(std::cin, cmd)) {
auto result = std::move(engine.Execute(cmd, login_stack));
debugPrint(cmd);
// debugPrint(cmd);
for (auto &line : result) {
std::cout << line << '\n';
debugPrint(line);
// debugPrint(line);
}
// debugPrint();
if (BookStore_ZYM::shut_down) return;