Skip to content

Commit

Permalink
Remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed Feb 13, 2020
1 parent 700b73a commit 253cff6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion dist/squirrelly.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/squirrelly.cjs.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/squirrelly.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/squirrelly.es.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/file-handlers.ts
Expand Up @@ -94,7 +94,6 @@ function tryHandleCache (options: FileOptions, data: object, cb: CallbackFn) {

function includeFile (path: string, options: SqrlConfig) {
// the below creates a new options object, using the parent filepath of the old options object and the path
console.log('filename is ' + getPath(path, options))
var newFileOptions = getConfig({ filename: getPath(path, options) })
// TODO: update this to merge the old options
return handleCache(newFileOptions as FileOptions)
Expand Down

0 comments on commit 253cff6

Please sign in to comment.