Browse Source

Remove unnecessary comments

pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
1be99cf58e
  1. 1
      src/js/vapi-background.js

1
src/js/vapi-background.js

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

Loading…
Cancel
Save