Skip to content

Commit

Permalink
rm console.log (#59381)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi authored Dec 7, 2023
1 parent 37c6a10 commit aa08c49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/src/build/output/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ store.subscribe((state) => {
if (state.loading) {
if (state.trigger) {
trigger = formatTrigger(state.trigger)
console.log('trigger', trigger)
triggerUrl = state.url
if (trigger !== 'initial') {
traceSpan = trace('compile-path', undefined, {
Expand Down

0 comments on commit aa08c49

Please sign in to comment.