Skip to content
Snippets Groups Projects
Commit c1535e4c authored by Richard Smith-Unna's avatar Richard Smith-Unna
Browse files

Merge branch 'theme-found-log' into 'master'

Remove "Theme found" log message

See merge request !1
parents c2d5abd8 f80b9945
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,6 @@ ThemePlugin.prototype.apply = function (resolver) { ...@@ -85,7 +85,6 @@ ThemePlugin.prototype.apply = function (resolver) {
fs.stat(pathWithTheme, (err, stats) => { fs.stat(pathWithTheme, (err, stats) => {
if (err) return callback() if (err) return callback()
console.log('** Theme found **:', pathWithTheme)
var obj = { var obj = {
path: path.dirname(pathWithTheme), path: path.dirname(pathWithTheme),
request: request.request, request: request.request,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment