getcpu: Remove prin usage

This commit is contained in:
Dylan Araps 2016-08-19 23:05:39 +10:00
parent 4420a2cb38
commit c1a867ad22

View file

@ -781,8 +781,6 @@ getcpu() {
esac esac
;; ;;
esac esac
[ "$cpu" ] && prin "$subtitle" "$cpu"
} }
# }}} # }}}