remove console.log
This commit is contained in:
parent
2fff71d49f
commit
a0b5acf1e5
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ module.exports = (dep) => {
|
|||
return {
|
||||
compile: (source, options = {}) => {
|
||||
const { location = "main.zok", resolveCallback = () => null, config = {} } = options;
|
||||
console.log(config);
|
||||
const callback = (currentLocation, importLocation) => {
|
||||
return resolveFromStdlib(currentLocation, importLocation) || resolveCallback(currentLocation, importLocation);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue