From 00196d2ba6b76c473a72493f2de2deff9f781421 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:06:22 +0100 Subject: fix: Remove most leftover dbg prints (#803) Removes all but one leftover `dbg!()` prints. The remaining one is in a function that is yet to be implemented. --- src-tauri/src/github/pull_requests.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src-tauri/src/github') diff --git a/src-tauri/src/github/pull_requests.rs b/src-tauri/src/github/pull_requests.rs index 91d8a5da..9c7e82f5 100644 --- a/src-tauri/src/github/pull_requests.rs +++ b/src-tauri/src/github/pull_requests.rs @@ -190,8 +190,6 @@ pub async fn get_launcher_download_link(commit_sha: String) -> Result