From e8398a36ea4686ce2c969cb0be99b1960ce1865f Mon Sep 17 00:00:00 2001 From: James Date: Sat, 4 Aug 2018 20:29:11 +1000 Subject: [PATCH] Remove completed TODOs --- src/installer.rs | 1 - src/rest.rs | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/installer.rs b/src/installer.rs index 99f83c3..a334a1d 100644 --- a/src/installer.rs +++ b/src/installer.rs @@ -88,7 +88,6 @@ impl InstallerFramework { messages: &Sender, fresh_install: bool, ) -> Result<(), String> { - // TODO: Uninstall packages that aren't selected info!( "Framework: Installing {:?} to {:?}", items, diff --git a/src/rest.rs b/src/rest.rs index 2229f29..06dcf7c 100644 --- a/src/rest.rs +++ b/src/rest.rs @@ -78,7 +78,6 @@ impl Service for WebService { fn call(&self, req: Self::Request) -> Self::Future { Box::new(future::ok(match (req.method(), req.path()) { // This endpoint should be usable directly from a