Removed duplicate console.log() statements in content/messaging/forwardTimingEvent.js

This commit is contained in:
C. Naoto Abreu Takemura 2019-01-29 20:45:27 -08:00
Родитель eb5d0a1742
Коммит 0a7a420a4b
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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