Don't spam debug output

This commit is contained in:
Cryptkeeper 2016-06-10 20:24:12 -05:00
parent 5f9d0d8207
commit 9167ba67a4

@ -49,7 +49,6 @@ function pingMinecraftPE(host, port, timeout, callback) {
exports.ping = function(host, port, type, timeout, callback, version) {
if (type === 'PC') {
util.unfurlSRV(host, port, function(host, port){
console.log('Pinging '+host+":"+port+"...")
pingMinecraftPC(host, port || 25565, timeout, callback, version);
})
} else if (type === 'PE') {