Don't spam debug output
This commit is contained in:
parent
5f9d0d8207
commit
9167ba67a4
@ -49,7 +49,6 @@ function pingMinecraftPE(host, port, timeout, callback) {
|
|||||||
exports.ping = function(host, port, type, timeout, callback, version) {
|
exports.ping = function(host, port, type, timeout, callback, version) {
|
||||||
if (type === 'PC') {
|
if (type === 'PC') {
|
||||||
util.unfurlSRV(host, port, function(host, port){
|
util.unfurlSRV(host, port, function(host, port){
|
||||||
console.log('Pinging '+host+":"+port+"...")
|
|
||||||
pingMinecraftPC(host, port || 25565, timeout, callback, version);
|
pingMinecraftPC(host, port || 25565, timeout, callback, version);
|
||||||
})
|
})
|
||||||
} else if (type === 'PE') {
|
} else if (type === 'PE') {
|
||||||
|
Loading…
Reference in New Issue
Block a user