From 4397b7ab4b1e8ad4febabcbb4fc17b9a9b290455 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 20 May 2014 12:38:33 -0400 Subject: [PATCH] removed meta.scripts.get warning #1544 --- src/meta.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/meta.js b/src/meta.js index 0d34aec8cb..cd30e022ac 100644 --- a/src/meta.js +++ b/src/meta.js @@ -271,7 +271,6 @@ var fs = require('fs'), var relPath = jsPath.slice(('plugins/' + matches[0]).length), pluginId = matches[0].split(path.sep)[0]; - winston.warn('[meta.scripts.get (' + pluginId + ')] filter:scripts.get is deprecated, consider using "scripts" in plugin.json'); return plugins.staticDirs[matches[0]] + relPath; } else { winston.warn('[meta.scripts.get] Could not resolve mapped path: ' + jsPath + '. Are you sure it is defined by a plugin?'); @@ -399,7 +398,7 @@ var fs = require('fs'), } Meta.css.branding = branding; - }); + }); }; /* Sounds */