Remove unnecessary comments

pull/2/head
Deathamns 10 years ago committed by gorhill
parent 816dca2f33
commit 1be99cf58e

@ -187,7 +187,6 @@ if (window.chrome) {
this.connector = function(port) { this.connector = function(port) {
var onMessage = function(request) { var onMessage = function(request) {
var callback = function(response) { var callback = function(response) {
// stfu
if (chrome.runtime.lastError || response === undefined) { if (chrome.runtime.lastError || response === undefined) {
return; return;
} }

Loading…
Cancel
Save