summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ci_runner.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ci_runner.rs b/src/ci_runner.rs
index b02c4ff..1c2ba92 100644
--- a/src/ci_runner.rs
+++ b/src/ci_runner.rs
@@ -36,7 +36,6 @@ struct RequestedJob {
impl RequestedJob {
// TODO: panics if hyper finds the channel is closed. hum
async fn create_artifact(&self, client: &mut RunnerClient, name: &str, desc: &str) -> Result<ArtifactStream, String> {
- eprintln!("[?] creating artifact...");
let (mut sender, body) = hyper::Body::channel();
let resp = client.http.post("https://ci.butactuallyin.space:9876/api/artifact")
.header("user-agent", "ci-butactuallyin-space-runner")