Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 6c14626

Browse files
committed
cleanup
1 parent 4cc0843 commit 6c14626

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/header.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424

2525
var siteURL = tcconfig.mainURL;
2626

27-
//if (!location.hostname.search('members')) {
28-
// siteURL = 'https://' + location.hostname;
29-
//}
30-
3127
var communityURL = tcconfig.communityURL;
3228

3329
var base_url = tcconfig.mainURL + '/wp-content/themes/tcs-responsive'; // can use '' ?

src/js/app/challenge-details/js/controllers/challenge-details-controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@
219219
domain: '.' + tcconfig.domain
220220
});
221221
$('.tc-header-login').click();
222-
console.log('yo!');
223222
}
224223

225224

0 commit comments

Comments
 (0)