From 9a3a3795bbc4e6645583641334cf1a586c1518e0 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 9 Feb 2014 15:49:24 -0800 Subject: [PATCH] camtool: remove TODO Change-Id: I3d9ac173335bd68b66bd8dfb5e0e40894aef3f79 --- cmd/camtool/camtool.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/camtool/camtool.go b/cmd/camtool/camtool.go index a693919e0..45bb748a7 100644 --- a/cmd/camtool/camtool.go +++ b/cmd/camtool/camtool.go @@ -36,7 +36,6 @@ const serverFlagHelp = "Format is is either a URL prefix (with optional path), a // * host:port // * https?://host[:port][/path] func newClient(server string) *client.Client { - // TODO: verify the alias part works. var cl *client.Client if server == "" { cl = client.NewOrFail()