diff options
author | Teddy Wing | 2018-11-19 06:33:52 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-19 06:33:52 +0100 |
commit | 304406237dfb3708795b3820a10682b67d8e69e9 (patch) | |
tree | 41b39f8846dde91c5e9d4cb1d1921fdc5a959f70 | |
parent | 681683cbfbd377ee1dd546f38133e1baad8b79f9 (diff) | |
download | dome-key-web-304406237dfb3708795b3820a10682b67d8e69e9.tar.bz2 |
license: Remove TODO
Done already.
-rw-r--r-- | license-generator/src/bin/license.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/license-generator/src/bin/license.rs b/license-generator/src/bin/license.rs index bbbeea7..47b2bb1 100644 --- a/license-generator/src/bin/license.rs +++ b/license-generator/src/bin/license.rs @@ -249,9 +249,6 @@ fn main() -> Result<()> { let params = req.param("QUERY_STRING").unwrap(); let mut responses = HtmlResponse { writer: &mut req.stdout() }; return build_response(&mut cx, ¶ms, &mut responses); - - // TODO: Extract from /license/download - // trait for HTML vs. text/zip }, // Respond with a zip archive of the license file |