Skip to content

Commit

Permalink
Remove console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
felixheidecke committed Dec 20, 2017
1 parent 41a7cdc commit f7d0545
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/js/sharedialogmailview.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@

if ($email.val().length > 0 && $emailBody.is(":hidden")) {
$emailBody.slideDown();
console.log("voll");
} else if ($email.val().length === 0 && $emailBody.is(":visible")) {
$emailBody.slideUp();
console.log("leer");
}
},

Expand Down

0 comments on commit f7d0545

Please sign in to comment.