8000 style(init): remove unused comment out · fcurella/commitizen@d6a817c · GitHub
[go: up one dir, main page]

Skip to content

Commit d6a817c

Browse files
committed
style(init): remove unused comment out
1 parent 58c9c5a commit d6a817c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commitizen/commands/init.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def _install_pre_commit_hook(self):
122122
# .pre-commit-config does not exist
123123
config_data["repos"] = [cz_hook_config]
124124
else:
125-
# breakpoint()
126125
with open(pre_commit_config_filename) as config_file:
127126
yaml_data = yaml.safe_load(config_file)
128127
if yaml_data:

0 commit comments

Comments
 (0)
0