remove console logs

This commit is contained in:
John McLear 2015-06-29 10:23:30 +01:00
parent 85d44c8a4e
commit 4252ef26f6
1 changed files with 0 additions and 1 deletions

View File

@ -464,7 +464,6 @@ describe('setHTML', function(){
var html = "<div><b>Hello HTML</title></head></div>";
api.get(endPoint('setHTML')+"&padID="+testPadId+"&html="+html)
.expect(function(res){
console.log(res.body.code);
if(res.body.code !== 1) throw new Error("Allowing crappy HTML to be imported")
})
.expect('Content-Type', /json/)