From e0766af41ceabda81712d677783a68c085ef2252 Mon Sep 17 00:00:00 2001 From: Mike Farrell Date: Tue, 29 Oct 2024 17:30:17 -0700 Subject: [PATCH] where the heck did this line come from --- src/wasm-lib/kcl/src/executor.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wasm-lib/kcl/src/executor.rs b/src/wasm-lib/kcl/src/executor.rs index 538392217..384c727e1 100644 --- a/src/wasm-lib/kcl/src/executor.rs +++ b/src/wasm-lib/kcl/src/executor.rs @@ -1983,8 +1983,6 @@ impl From for ExecutorSettings { /// Create a new zoo api client. #[cfg(not(target_arch = "wasm32"))] pub fn new_zoo_client(token: Option, engine_addr: Option) -> Result { - use crate::coredump::local; - let user_agent = concat!(env!("CARGO_PKG_NAME"), ".rs/", env!("CARGO_PKG_VERSION"),); let http_client = reqwest::Client::builder() .user_agent(user_agent)