chore: remove debug logging from keyboard selection
This commit is contained in:
@@ -87,9 +87,6 @@ window.OutlookRelook.Keyboard = (function () {
|
||||
var idx = findItemById(items, id);
|
||||
if (idx >= 0) {
|
||||
items[idx].classList.add('or-kb-selected');
|
||||
console.log('[Outlook Relook] Applied or-kb-selected to', id.substring(0, 20), 'hasClass:', items[idx].classList.contains('or-kb-selected'));
|
||||
} else {
|
||||
console.log('[Outlook Relook] Could not find item for selected id:', id.substring(0, 20));
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user