diff --git a/client/app/js/helpers/challenge_pane.coffee b/client/app/js/helpers/challenge_pane.coffee index 1f8ef0d..944c105 100644 --- a/client/app/js/helpers/challenge_pane.coffee +++ b/client/app/js/helpers/challenge_pane.coffee @@ -82,7 +82,6 @@ class @challengePaneObject # Implement finding battle/challenging $button.on 'click.challenge', -> thisChallenge = _.find($PaneArray, (butt) -> butt.button.selector is $button.selector) - console.log(thisChallenge) # Start requesting for notify permission here PokeBattle.requestNotifyPermission() format = $selectFormat.data('format') diff --git a/client/views/battle_user_info.jade b/client/views/battle_user_info.jade index 5538625..f811433 100644 --- a/client/views/battle_user_info.jade +++ b/client/views/battle_user_info.jade @@ -26,13 +26,11 @@ each team in [ yourTeam, opponentTeam ] else - var hasbeeninbattle = origpkmn.get('beeninbattle') if hasbeeninbattle == true - - console.log('hasbeeninbattle') a.pokemon_icon(href=window.PokemonIconBackground(origpkmn), target="_blank", class = faintClass, style = style, data-team = teamIndex, data-slot = i) if !origpkmn.isFainted() .pokemon_hp_background .pokemon_hp(style="height: " + (origpkmn.getSpecies().id) + "%", class=origpkmn.getHPColor()) else - - console.log('hasnoybeeninbattle') - var newstyle = "background:url('../Sprites/Icons/iconempty.png')!important; background-size: cover!important;" a.pokemon_icon(href="", target="_blank", class = faintClass, style = newstyle, data-team = teamIndex, data-slot = i) if !origpkmn.isFainted() diff --git a/public/js/app.js b/public/js/app.js index 6fa8b5f..f7ccead 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -7575,7 +7575,6 @@ thisChallenge = _.find($PaneArray, function(butt) { return butt.button.selector === $button.selector; }); - console.log(thisChallenge); PokeBattle.requestNotifyPermission(); format = $selectFormat.data('format'); if (typeof format === "undefined" && typeof personId === "undefined") { diff --git a/public/js/replays.js b/public/js/replays.js index 037daf1..f8f91d8 100644 --- a/public/js/replays.js +++ b/public/js/replays.js @@ -5307,7 +5307,6 @@ thisChallenge = _.find($PaneArray, function(butt) { return butt.button.selector === $button.selector; }); - console.log(thisChallenge); PokeBattle.requestNotifyPermission(); format = $selectFormat.data('format'); if (typeof format === "undefined" && typeof personId === "undefined") { diff --git a/public/js/templates.js b/public/js/templates.js index bb258fa..2548007 100644 --- a/public/js/templates.js +++ b/public/js/templates.js @@ -407,7 +407,6 @@ else var hasbeeninbattle = origpkmn.get('beeninbattle') if ( hasbeeninbattle == true) { -console.log('hasbeeninbattle') buf.push(""); if ( !origpkmn.isFainted()) { @@ -416,7 +415,6 @@ buf.push("