From 50ce3720eb7a24ed1b88c1f5b7ffe368706d39ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Thuret?= Date: Sun, 24 Oct 2021 17:11:39 +0200 Subject: [PATCH] remove console.log --- app/static/js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/static/js/app.js b/app/static/js/app.js index 44e0792..ec074b9 100644 --- a/app/static/js/app.js +++ b/app/static/js/app.js @@ -307,7 +307,6 @@ document.addEventListener('DOMContentLoaded', function(){ this.inputText = this.translatedText = this.output = ""; }, switchType: function(type) { - console.log(type) this.translationType = type; } }