Skip to content

Commit

Permalink
remove pre main info call
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisspyB committed Sep 5, 2024
1 parent 5d84ff9 commit de64f9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/gribjump-server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class GribJumpServerApp : public BaseApp, public GribJumpServer {


int main(int argc, char** argv) {
eckit::Log::info() << "Starting gribjump server" << std::endl;
gribjump::GribJumpServerApp app(argc, argv);
app.start();
return 0;
Expand Down

0 comments on commit de64f9f

Please sign in to comment.