Skip to content

Commit 86d2175

Browse files
Removing debug print statement.
1 parent d9fcca3 commit 86d2175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vsg/apply_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def apply_rules(commandLineArguments, oConfig, tIndexFileName):
118118
if commandLineArguments.backup:
119119
create_backup_file(sFileName)
120120
oRules.fix(commandLineArguments.fix_phase, commandLineArguments.skip_phase, fix_only)
121-
print(oRules.had_violations)
121+
122122
if oRules.had_violations:
123123
write_vhdl_file(oVhdlFile, oConfig.dConfig)
124124

0 commit comments

Comments
 (0)