Skip to content

Commit

Permalink
Remove debug print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Apr 6, 2023
1 parent 791a9db commit ff8e35c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RESTService/addon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ namespace minsky
}
catch (const std::exception& ex)
{
cout<<"Rejecting with "<<ex.what()<<endl;
command->promiseResolver->reject(ex.what());
}
catch (...)
Expand Down

0 comments on commit ff8e35c

Please sign in to comment.