Remove debug statement.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-01-27 07:26:39 +01:00
parent 8a4f518cb9
commit b79dacf742
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ int main()
{
const string args = read_input();
cout << decode_args(args) << std::endl;
const int ret = launch(decode_args(args));
if (ret == 0)