remove console logs
This commit is contained in:
parent
85d44c8a4e
commit
4252ef26f6
@ -464,7 +464,6 @@ describe('setHTML', function(){
|
|||||||
var html = "<div><b>Hello HTML</title></head></div>";
|
var html = "<div><b>Hello HTML</title></head></div>";
|
||||||
api.get(endPoint('setHTML')+"&padID="+testPadId+"&html="+html)
|
api.get(endPoint('setHTML')+"&padID="+testPadId+"&html="+html)
|
||||||
.expect(function(res){
|
.expect(function(res){
|
||||||
console.log(res.body.code);
|
|
||||||
if(res.body.code !== 1) throw new Error("Allowing crappy HTML to be imported")
|
if(res.body.code !== 1) throw new Error("Allowing crappy HTML to be imported")
|
||||||
})
|
})
|
||||||
.expect('Content-Type', /json/)
|
.expect('Content-Type', /json/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user