Close #10 remove extra information

This commit is contained in:
Vladimir N. Korotenko
2025-12-04 13:11:08 +03:00
parent d2f8d91d62
commit f42f9a8e7e

View File

@@ -433,7 +433,7 @@ int Deals::Status()
{ {
cout << "command line" << endl; cout << "command line" << endl;
cout << data << endl; cout << data << endl;
cout << result << endl; // cout << result << endl;
} }
if (result.length() == 0) if (result.length() == 0)
return NoResponse(""); return NoResponse("");