Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 18, 2020
1 parent 1587fba commit 47c0ad1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/config/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export const configRequireContext = ({
const regExp = base.isGlob
? RegExp(makeRe(glob).source.substr(1))
: new RegExp(glob);
console.log(glob, regExp, storyRg);
return [
...acc,
{
Expand Down

0 comments on commit 47c0ad1

Please sign in to comment.