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

Commit ddaee49

Browse files
author
Mangled Deutz
committed
Cleanup
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
1 parent 4757a0c commit ddaee49

File tree

1 file changed

+0
-1
lines changed
  • depends/docker-registry-core/docker_registry/core

1 file changed

+0
-1
lines changed

depends/docker-registry-core/docker_registry/core/boto.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ class Base(driver.Base):
130130
def __init__(self, path=None, config=None):
131131
self._config = config
132132
self._root_path = config.get('storage_path', '/test')
133-
# logger.info("WHATDFUCK %s" % self._root_path)
134133
self._boto_conn = self.makeConnection()
135134
self._boto_bucket = self._boto_conn.get_bucket(
136135
self._config.boto_bucket)

0 commit comments

Comments
 (0)