Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit ef1d9c4

Browse files
committed
docker_registry.index: Remove local logger
This was added in d2ace65 (Naive mirroring implementation, 2014-02-06) in support of some /v1/repositories/<path:repository>/images logging. Those logs were removed in bbb487a (Using mirroring decorator on index route, 2014-03-07), but this code was left behind.
1 parent 80459cd commit ef1d9c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker_registry/index.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
import logging
4-
53
import flask
64
import flask_cors
75

@@ -18,7 +16,6 @@
1816

1917

2018
store = storage.load()
21-
logger = logging.getLogger(__name__)
2219

2320
"""Those routes are loaded only when `standalone' is enabled in the config
2421
file. The goal is to make the Registry working without the central Index

0 commit comments

Comments
 (0)