diff --git a/libdaggy/src/executors/task/DaggyRunnerTaskExecutor.cpp b/libdaggy/src/executors/task/DaggyRunnerTaskExecutor.cpp index a494e24..e6083fa 100644 --- a/libdaggy/src/executors/task/DaggyRunnerTaskExecutor.cpp +++ b/libdaggy/src/executors/task/DaggyRunnerTaskExecutor.cpp @@ -182,8 +182,6 @@ TaskFuture DaggyRunnerTaskExecutor::execute(DAGRunID runID, auto response = HTTP_REQUEST(url, taskToJSON(task), "POST"); if (response.code == 200) break; - std::cout << "Submitting " << taskName << " expected code 200, got " - << response.code << '[' << response.body << "]\n"; std::this_thread::sleep_for(250ms); }