remove console.log

This commit is contained in:
Henry Oswald 2016-02-23 15:37:23 +00:00
parent 1278081b51
commit 2a6e09a41b

View file

@ -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