Skip to content

Commit 36c5674

Browse files
committed
fix(cz): remove breakpoint
#37
1 parent e193852 commit 36c5674

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commitizen/cz/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class BaseCommitizen(metaclass=ABCMeta):
2222

2323
def __init__(self, config: dict):
2424
self.config = config
25-
breakpoint()
2625
if not self.config.get("style"):
2726
self.config["style"] = BaseCommitizen.DEFAULT_STYLE_CONFIG
2827

0 commit comments

Comments
 (0)