Commit fd8bcaec4697e0a482b2a4ab684a6b6cf4717b0b

Authored by dhuy
1 parent 9cf663cd
Exists in master and in 1 other branch devel

Removing a console.log

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
helpers/parameters.js
@@ -152,8 +152,6 @@ function checkSubtitle(file) { @@ -152,8 +152,6 @@ function checkSubtitle(file) {
152 152
153 function check_type(file, accepted_file_types) { 153 function check_type(file, accepted_file_types) {
154 154
155 - console.log(file);  
156 -  
157 var ext = file.substring(file.lastIndexOf('.') + 1).toLowerCase(); 155 var ext = file.substring(file.lastIndexOf('.') + 1).toLowerCase();
158 var isValidFile = false; 156 var isValidFile = false;
159 157