Skip to content

Commit

Permalink
Remove leftover debug satement
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBenson committed Aug 8, 2024
1 parent 537b666 commit 1ef3670
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/cnode-helper-scripts/mithril.library
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ check_mithril_upgrade_safe() {
fi
set_node_minimum_version
if [[ -n "${MITHRIL_MINIMUM_NODE_VERSION}" ]]; then
# Debug output
echo "DEBUG: MITHRIL_MINIMUM_NODE_VERSION=${MITHRIL_MINIMUM_NODE_VERSION}"

RC=$(semantic_version_compare "${NODE_CURRENT_VERSION}" "${MITHRIL_MINIMUM_NODE_VERSION}")
if [[ ${RC} -lt 2 ]]; then
Expand Down

0 comments on commit 1ef3670

Please sign in to comment.