Skip to content

Commit

Permalink
Console log cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Feb 28, 2019
1 parent f0be313 commit af6f01b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions src/lib/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ export class Document implements BaseEntity {
// Conditional if its from origin
// let isOrigin = source === 'origin'

console.log('source ' + source)
console.log(isCache)
console.log(isEdge)

try {
if (isCache) return (data = this.cache.get())
if (isEdge) return (data = await this.getFromEdge())
Expand Down

0 comments on commit af6f01b

Please sign in to comment.