1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

remove console.log

This commit is contained in:
dark64 2021-09-29 16:12:08 +02:00
parent 2fff71d49f
commit a0b5acf1e5

View file

@ -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);
};