Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 25, 2020
1 parent bc1c772 commit 0b1d5a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ export const useFetch = (callback: Fetch) => {

if (!isSsrHydration(vm)) {
if (isFullStatic) onBeforeMount(() => loadFullStatic(vm))
console.log('useFetch -> isFullStatic', isFullStatic)
return result()
}

Expand Down

0 comments on commit 0b1d5a8

Please sign in to comment.