We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841d11c commit efbe612Copy full SHA for efbe612
1 file changed
docs/assets/js/platform-tabs.js
@@ -16,7 +16,6 @@ if (expensifyClassicContent || showExpensifyClassicBadge) {
16
if (!newExpensifyContent) {
17
tab.classList.toggle('badge');
18
} else {
19
- console.log('here 1');
20
tab.classList.toggle('active');
21
}
22
platformTabs.appendChild(tab);
@@ -36,7 +35,6 @@ if (newExpensifyContent || showNewExpensifyBadge) {
36
35
if (!expensifyClassicContent) {
37
38
39
- console.log('here 2');
40
41
42
0 commit comments