Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Clark committed May 13, 2021
1 parent bdd6317 commit 8d0d49a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ export function compilePointerDereference(path: PathSegments): Dereference {
}, "if (typeof(it) !== 'undefined'") as string;
body = body + ') {\n\treturn it;\n }';
// eslint-disable-next-line no-new-func
console.log(body);
return new Function('it', body) as Dereference;
}

Expand Down

0 comments on commit 8d0d49a

Please sign in to comment.