mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
remove console.log
This commit is contained in:
parent
1278081b51
commit
2a6e09a41b
1 changed files with 0 additions and 1 deletions
|
@ -505,7 +505,6 @@ describe 'ProjectEntityHandler', ->
|
|||
@ProjectModel.putElement = (project_id, folder_id, doc, type, callback)-> callback(null, {path:{fileSystem:opts.path}})
|
||||
|
||||
@tpdsUpdateSender.addFile = (options)=>
|
||||
console.log @project.name, options.project_name
|
||||
options.project_id.should.equal project_id
|
||||
options.path.should.equal opts.path
|
||||
options.project_name.should.equal @project.name
|
||||
|
|
Loading…
Reference in a new issue