Removed duplicate console.log() statements in content/messaging/forwardTimingEvent.js
This commit is contained in:
Родитель
eb5d0a1742
Коммит
0a7a420a4b
|
@ -5,9 +5,6 @@
|
||||||
* @listens CustomEvent
|
* @listens CustomEvent
|
||||||
*/
|
*/
|
||||||
function forwardTimingEvent (timingEvent) {
|
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({
|
chrome.runtime.sendMessage({
|
||||||
action: 'timing',
|
action: 'timing',
|
||||||
payload: timingEvent.detail
|
payload: timingEvent.detail
|
||||||
|
|
Загрузка…
Ссылка в новой задаче