mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
remove console logs
This commit is contained in:
parent
85d44c8a4e
commit
4252ef26f6
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue