Skip to content

Commit e50682e

Browse files
committed
Remove debug code in application.js
1 parent 2f5cfd4 commit e50682e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/javascript/application.js

-4
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ document.addEventListener( "turbo:load", function() {
7878
dictionary: dictionaryId,
7979
term: termName
8080
});
81-
82-
console.log(`GA custom event "dictionary_term" >>>> { dictionary: ${dictionaryId}, term: "${termName}"}`)
8381
}
8482
// 送 GA 事件,紀錄單本字典的瀏覽狀況 END
8583

@@ -96,8 +94,6 @@ document.addEventListener( "turbo:load", function() {
9694
dictionary: dictionaryId,
9795
term: termName
9896
});
99-
100-
console.log(`GA custom event "dictionary_term" >>>> { dictionary: ${dictionaryId}, term: "${termName}"}`)
10197
}
10298
});
10399
}

0 commit comments

Comments
 (0)