Skip to content

Commit

Permalink
Removed debugging comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Jul 30, 2015
1 parent 775f59d commit 47ae7ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mink-plugin/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ chrome.runtime.onMessage.addListener(function(request, sender, sendResponse) {

if(request.method == 'displaySecureSiteMementos') {
if((!(request.value.mementos) && !(request.value.timemaps) && !(request.value.timemap_uri)) || request.value.mementos == []){
console.log('taking initial conditional');
console.log(request.value);
hideLogo = true;
logoInFocus = true;
flip();
Expand Down

0 comments on commit 47ae7ec

Please sign in to comment.