Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Jun 13, 2024
1 parent 4c049bc commit 2e6f39d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ use serde::{Deserialize, Serialize};
use std::{collections::HashMap, env, str::FromStr};
use struct_patch::Patch;
use tauri::{AppHandle, Manager, State};
use tracing_subscriber::field::debug;

#[derive(Clone, serde::Serialize)]
pub struct Payload {
Expand Down

0 comments on commit 2e6f39d

Please sign in to comment.