We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30fd86 commit 79b3549Copy full SHA for 79b3549
binderhub/repoproviders.py
@@ -582,7 +582,6 @@ def _default_git_credentials(self):
582
}
583
584
def __init__(self, *args, **kwargs):
585
- print("GITLAB contructor")
586
super().__init__(*args, **kwargs)
587
self.quoted_namespace, unresolved_ref = self.spec.split('/', 1)
588
self.namespace = urllib.parse.unquote(self.quoted_namespace)
0 commit comments