mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
removed console logs
This commit is contained in:
parent
f38de1d3a4
commit
a93718d1cc
1 changed files with 0 additions and 2 deletions
|
|
@ -1194,7 +1194,6 @@ function accountIconLoading(truefalse) {
|
|||
function toggleResultWordsDisplay(){
|
||||
if(resultVisible){
|
||||
if($("#words").stop(true,true).hasClass('hidden')){
|
||||
console.log('showing');
|
||||
//show
|
||||
$("#wordsTitle").css('opacity',1).removeClass('hidden').slideDown(250);
|
||||
|
||||
|
|
@ -1210,7 +1209,6 @@ function toggleResultWordsDisplay(){
|
|||
}, 250);
|
||||
}else{
|
||||
//hide
|
||||
console.log('hiding');
|
||||
|
||||
$("#wordsTitle").slideUp(250);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue