From f22020d630f1a239addf3ceea0b23e6407c9b9e2 Mon Sep 17 00:00:00 2001 From: Jonah Kirangi Date: Sat, 28 May 2016 21:02:34 -0700 Subject: [PATCH] Remove Node error logging --- moment-timezone.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/moment-timezone.js b/moment-timezone.js index cd34f516..76c4fd25 100644 --- a/moment-timezone.js +++ b/moment-timezone.js @@ -19,10 +19,10 @@ "use strict"; // Do not load moment-timezone a second time. - if (moment.tz !== undefined) { - logError('Moment Timezone ' + moment.tz.version + ' was already loaded ' + (moment.tz.dataVersion ? 'with data from ' : 'without any data') + moment.tz.dataVersion); - return moment; - } + // if (moment.tz !== undefined) { + // logError('Moment Timezone ' + moment.tz.version + ' was already loaded ' + (moment.tz.dataVersion ? 'with data from ' : 'without any data') + moment.tz.dataVersion); + // return moment; + // } var VERSION = "0.5.4", zones = {},