mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
remove unnecessary log
This commit is contained in:
@@ -466,7 +466,6 @@ var bundleAndDeploy = function (options) {
|
||||
dns.resolve(hostname, 'CNAME', function (err, cnames) {
|
||||
if (err || cnames[0] !== 'origin.meteor.com') {
|
||||
dns.resolve(hostname, 'A', function (err, addresses) {
|
||||
console.log('and here')
|
||||
if (err || addresses[0] !== '107.22.210.133') {
|
||||
Console.info('-------------');
|
||||
Console.info(
|
||||
|
||||
Reference in New Issue
Block a user