mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 08:14:18 +00:00
Removed debug info superfluous logging
This commit is contained in:
parent
8bcedd9fbf
commit
b3ce2e9f0b
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ pub(crate) async fn handler(
|
||||||
let board = board.to_kebab_lowercase();
|
let board = board.to_kebab_lowercase();
|
||||||
log::trace!("Kebabified board name to: {board:?}");
|
log::trace!("Kebabified board name to: {board:?}");
|
||||||
|
|
||||||
log::info!("{}", serde_json::ser::to_string(&BoardAction::Task(Some(Uuid::new_v4()), Some(Task { text: "Hello world".to_string(), icon: TaskIcon::Bell, importance: TaskImportance::High, priority: TaskPriority::Highest, status: TaskStatus::Complete }))).unwrap());
|
|
||||||
|
|
||||||
log::trace!("Received websocket request, upgrading...");
|
log::trace!("Received websocket request, upgrading...");
|
||||||
upgrade_request.on_upgrade(|websocket| ws::handler(board, rclient, websocket))
|
upgrade_request.on_upgrade(|websocket| ws::handler(board, rclient, websocket))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue