From fb918578992af0fe60cebe45082d3b32c411d536 Mon Sep 17 00:00:00 2001 From: wy65701436 Date: Tue, 5 Apr 2016 02:35:00 -0700 Subject: [PATCH] remove disabled import --- api/user.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/user.go b/api/user.go index 16decb5f0e..d20ef93635 100644 --- a/api/user.go +++ b/api/user.go @@ -19,7 +19,6 @@ import ( "fmt" "net/http" "strconv" - // "strings" "github.com/vmware/harbor/dao" "github.com/vmware/harbor/models"