From 0f677fff3f48d4d17ece37060323ce19a41d87ad Mon Sep 17 00:00:00 2001 From: Eskil Queseth Date: Fri, 26 Mar 2021 01:20:16 +0100 Subject: remove code comment --- mumd/src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'mumd') diff --git a/mumd/src/main.rs b/mumd/src/main.rs index 18b84b8..c596b8f 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -6,7 +6,6 @@ mod notify; mod state; use futures_util::{SinkExt, StreamExt}; -//use ipc_channel::ipc::{self, IpcOneShotServer, IpcSender}; use log::*; use mumlib::command::{Command, CommandResponse}; use mumlib::setup_logger; -- cgit v1.2.1