Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit b6bb976

Browse files
authored
Mitra/Remove console (#7225)
* remove console * remove console and change duration to 7 days * change duration to 7 days * fix circle ci test failing
1 parent 7e2d9d4 commit b6bb976

22 files changed

+77
-79
lines changed

src/javascript/app/common/redirect_banner.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ const RedirectBanner = (() => {
1111
BinarySocket.wait('authorize', 'website_status', 'landing_company').then(() => {
1212

1313
const eu_country = isEuCountrySelected(Client.get('residence')) || isEuCountrySelected(State.getResponse('website_status.clients_country'));
14-
// eslint-disable-next-line no-console
15-
console.log(Cookies.get('row-lp-visited'), 'row-lp-visited');
1614
if (eu_country) {
1715
handleRedirect();
1816
} else if (!Cookies.get('row-lp-visited')) {

src/root_files/_common/binary-to-deriv/bot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ <h1 data-i18n-text="Reality Check"></h1>
270270
<source src="sound/i-am-being-serious.ogg" type="audio/ogg" />
271271
<source src="sound/i-am-being-serious.mp3" type="audio/mp3" />
272272
</audio>
273-
<script src="js/bundle-ca910a23e2.js"></script><script src="js/bot-1b1b0e4678.min.js"></script> <div id='elevio-shell' class='invisible'>
273+
<script src="js/bundle-ca910a23e2.js"></script><script src="js/bot-b75649bb77.min.js"></script> <div id='elevio-shell' class='invisible'>
274274
<span class='text'></span>
275275
<span class='icon'>
276276
<svg viewBox="0 0 74.2 74.2">

src/root_files/_common/binary-to-deriv/endpoint.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h1>Change API Endpoint</h1>
6666
</div>
6767
</div>
6868
</div>
69-
<script src="js/index-acdc7a2aab.min.js"></script> <style>
69+
<script src="js/index-00d93aa8d7.min.js"></script> <style>
7070
#details td {
7171
border: none;
7272
}

src/root_files/_common/binary-to-deriv/image/bbot-to-deriv-banner-en.svg

Lines changed: 1 addition & 1 deletion
Loading

src/root_files/_common/binary-to-deriv/image/bbot-to-deriv-banner-pt.svg

Lines changed: 1 addition & 1 deletion
Loading

src/root_files/_common/binary-to-deriv/image/binary.svg

Lines changed: 1 addition & 1 deletion
Loading

src/root_files/_common/binary-to-deriv/image/binary_logotype.svg

Lines changed: 1 addition & 1 deletion
Loading

src/root_files/_common/binary-to-deriv/image/binarylogo-puzzle.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)