mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 22:34:24 +00:00
remove console logs
This commit is contained in:
parent
f4d2f5346d
commit
ed8fe3a951
@ -138,9 +138,6 @@ class Pipeline {
|
||||
]
|
||||
}
|
||||
}).run((_err, _stats) => {
|
||||
console.dir('--------------------------');
|
||||
console.dir(_stats);
|
||||
console.dir('--------------------------');
|
||||
next();
|
||||
});
|
||||
|
||||
@ -194,7 +191,6 @@ class Pipeline {
|
||||
]
|
||||
}
|
||||
}).run((_err, _stats) => {
|
||||
console.dir(_err);
|
||||
next();
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user