diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-19 23:21:24 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-19 23:21:24 -0500 |
| commit | 7d1e7f163acfb4f26c07db241d1cc1b852653324 (patch) | |
| tree | 792077e84645b9b74168f10bdae57fb19ecfaefb /StoneIsland/www/js | |
| parent | 0805b9a105f6cb12ffb23349e1458d13ffd90d4f (diff) | |
snuff deprecation warning
Diffstat (limited to 'StoneIsland/www/js')
| -rw-r--r-- | StoneIsland/www/js/vendor/moment.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/vendor/moment.js b/StoneIsland/www/js/vendor/moment.js index 23cd3ede..30e9239a 100644 --- a/StoneIsland/www/js/vendor/moment.js +++ b/StoneIsland/www/js/vendor/moment.js @@ -734,7 +734,7 @@ function warn(msg) { if (utils_hooks__hooks.suppressDeprecationWarnings === false && typeof console !== 'undefined' && console.warn) { - console.warn('Deprecation warning: ' + msg); + // console.warn('Deprecation warning: ' + msg); } } |
