Removed duplicate console.log() statements in content/messaging/forwardTimingEvent.js
This commit is contained in:
Родитель
eb5d0a1742
Коммит
0a7a420a4b
|
@ -5,9 +5,6 @@
|
|||
* @listens CustomEvent
|
||||
*/
|
||||
function forwardTimingEvent (timingEvent) {
|
||||
// Forward the event to the Mezzurite DevTools panel
|
||||
console.log(`CS: Got a timing event! ${timingEvent}`);
|
||||
console.log(timingEvent);
|
||||
chrome.runtime.sendMessage({
|
||||
action: 'timing',
|
||||
payload: timingEvent.detail
|
||||
|
|
Загрузка…
Ссылка в новой задаче