getcpu: Remove prin usage

This commit is contained in:
Dylan Araps 2016-08-19 23:05:39 +10:00
parent 4420a2cb38
commit c1a867ad22
1 changed files with 0 additions and 2 deletions

View File

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