mirror of https://github.com/perkeep/perkeep.git
camtool: remove TODO
Change-Id: I3d9ac173335bd68b66bd8dfb5e0e40894aef3f79
This commit is contained in:
parent
ca58231336
commit
9a3a3795bb
|
@ -36,7 +36,6 @@ const serverFlagHelp = "Format is is either a URL prefix (with optional path), a
|
||||||
// * host:port
|
// * host:port
|
||||||
// * https?://host[:port][/path]
|
// * https?://host[:port][/path]
|
||||||
func newClient(server string) *client.Client {
|
func newClient(server string) *client.Client {
|
||||||
// TODO: verify the alias part works.
|
|
||||||
var cl *client.Client
|
var cl *client.Client
|
||||||
if server == "" {
|
if server == "" {
|
||||||
cl = client.NewOrFail()
|
cl = client.NewOrFail()
|
||||||
|
|
Loading…
Reference in New Issue