Merge pull request #1391 from cryptpad/remove-confusing-log

Remove confusing log
This commit is contained in:
yflory 2024-01-24 11:33:05 +01:00 committed by GitHub
commit e0b2a185e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ define([
var ext = s.pop() || 'bin';
var name = s.join('');
var replacement = '';
console.error(name);
var sanitized = name
.replace(illegalRe, replacement)
.replace(controlRe, replacement)