remove console log

pull/2424/head
John McLear 2014-12-31 13:21:36 +00:00
parent b5c671a9b6
commit 83f62bb6a9
1 changed files with 0 additions and 1 deletions

View File

@ -350,7 +350,6 @@ describe('getText', function(){
it('Gets text on a pad Id', function(done) {
api.get(endPoint('getText')+"&padID="+newPadId)
.expect(function(res){
console.log(res.body.data.text);
if(res.body.data.text !== text+"\n") throw new Error("Pad Get Text failed")
})
.expect('Content-Type', /json/)