Close #10 remove extra information

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

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("");