remove confusing comment

This commit is contained in:
Tan Jiang 2017-02-28 11:37:09 +08:00
parent 6454ccfc3a
commit 71c9fcf849

View File

@ -62,7 +62,6 @@ func InitCreators() {
service: registry,
filterMap: map[string]accessFilter{
"repository": &repositoryFilter{
//Workaround, had to use same service for both notary and registry
parser: &basicParser{},
},
"registry": &registryFilter{},