Skip to content

Commit c27f1cf

Browse files
committed
Removed debug line.
1 parent c0cbab2 commit c27f1cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Monitoring/monitor-ontap-services/updateMonOntapServiceCFTemplate

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ if diff -w $tmpfile1 $tmpfile2 > /dev/null; then
2727
fi
2828
#
2929
# Get the number of commits in the git history for the file to calculate the minor version number.
30-
git log "$file"
3130
minorVersionNum="$(git log "$file" | egrep '^commit' | wc -l)"
3231
if [ -z "$minorVersionNum" ]; then
3332
echo "Failed to calculate version number." 1>&2

0 commit comments

Comments
 (0)