Skip to content

Commit 79b3549

Browse files
Remove debug print
1 parent b30fd86 commit 79b3549

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

binderhub/repoproviders.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,6 @@ def _default_git_credentials(self):
582582
}
583583

584584
def __init__(self, *args, **kwargs):
585-
print("GITLAB contructor")
586585
super().__init__(*args, **kwargs)
587586
self.quoted_namespace, unresolved_ref = self.spec.split('/', 1)
588587
self.namespace = urllib.parse.unquote(self.quoted_namespace)

0 commit comments

Comments
 (0)