mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 20:52:20 +00:00
Remove stray console.log
This commit is contained in:
parent
3832850be6
commit
075db1e5b9
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ module.exports = RestoreManager =
|
|||
_addEntityWithUniqueName: (user_id, project_id, parent_folder_id, basename, fsPath, callback = (error) ->) ->
|
||||
FileSystemImportManager.addEntity user_id, project_id, parent_folder_id, basename, fsPath, false, (error, entity) ->
|
||||
if error?
|
||||
console.log "ERROR", error, error instanceof Errors.InvalidNameError
|
||||
if error instanceof Errors.InvalidNameError
|
||||
# likely a duplicate name, so try with a prefix
|
||||
date = moment(new Date()).format('Do MMM YY H:mm:ss')
|
||||
|
|
Loading…
Reference in a new issue