Skip to content

Commit

Permalink
Less debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
kesselborn committed Jan 17, 2019
1 parent 4f0908e commit d1cd2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conex-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ async function showContainerTabsOnly(cookieStoreId) {
const visibleTabs = allTabs.filter(t => t.cookieStoreId == cookieStoreId).map(t => t.id);
const hiddenTabs = allTabs.filter(t => t.cookieStoreId != cookieStoreId).map(t => t.id);

console.debug('visible tabs', visibleTabs, 'hidden tabs', hiddenTabs);
// console.debug('visible tabs', visibleTabs, 'hidden tabs', hiddenTabs);

try {
showTabs(visibleTabs);
Expand Down

0 comments on commit d1cd2c5

Please sign in to comment.