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

Commit 1c3aef8

Browse files
committed
Merge pull request #479 from wking/index-logger
docker_registry.index: Remove local logger
2 parents 80459cd + ef1d9c4 commit 1c3aef8

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)