Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed May 6, 2024
1 parent affdfe7 commit 5f2e98e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion crates/tabby/src/routes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use axum_extra::headers::Header;
use axum_prometheus::PrometheusMetricLayer;
use tabby_common::constants::USER_HEADER_FIELD_NAME;
use tower_http::cors::CorsLayer;
use tracing::info;

use crate::fatal;

Expand Down
2 changes: 1 addition & 1 deletion crates/tabby/src/serve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use tabby_common::{
};
use tokio::time::sleep;
use tower_http::timeout::TimeoutLayer;
use tracing::{debug, info, warn};
use tracing::{debug, warn};
use utoipa::{
openapi::security::{HttpAuthScheme, HttpBuilder, SecurityScheme},
Modify, OpenApi,
Expand Down
2 changes: 1 addition & 1 deletion crates/tabby/src/services/code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use tantivy::{
DocAddress, Document, Index, IndexReader,
};
use tokio::{sync::Mutex, time::sleep};
use tracing::{debug, log::info};
use tracing::debug;

struct CodeSearchImpl {
reader: IndexReader,
Expand Down

0 comments on commit 5f2e98e

Please sign in to comment.