Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuchin committed Apr 1, 2016
1 parent 89ddc48 commit 8c8bf08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grails-app/services/docker/registry/web/RestService.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class RestService {

@Cacheable(value = "blobs", key = "#name + '/' + #digest")
BigInteger getBlobSize(String name, String digest) {
log.info("size for $name $digest")
headLength("${name}/blobs/${digest}") ?: 0
}

Expand Down

0 comments on commit 8c8bf08

Please sign in to comment.