mirror of https://github.com/embarklabs/embark.git
remove console log
This commit is contained in:
parent
6779f2e6b1
commit
e19fca7d6f
|
@ -22,7 +22,6 @@ class Compiler {
|
|||
}
|
||||
|
||||
let pluginCompilers = self.plugins.getPluginsProperty('compilers', 'compilers');
|
||||
console.dir(pluginCompilers);
|
||||
pluginCompilers.forEach(function (compilerObject) {
|
||||
available_compilers[compilerObject.extension] = compilerObject.cb;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue