remove comment in test

This commit is contained in:
Brian Gough 2018-01-31 10:26:06 +00:00
parent aa6c16593e
commit 21c1ea6687

View file

@ -40,7 +40,6 @@ describe "ProjectDuplicateNames", ->
name: "testfolder"
parent_folder_id: @rootFolderId
}, (err, res, body) =>
console.log "GOT FOLDER", body
@testFolderId = body._id
done()