From 3418f6e71af2032fc48a082be51643b06f79aefe Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 26 Dec 2022 00:22:45 +0000 Subject: dont need that to help me anymore really --- src/ci_runner.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 { - 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") -- cgit v1.1