mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
remove console log
This commit is contained in:
parent
b5c671a9b6
commit
83f62bb6a9
1 changed files with 0 additions and 1 deletions
|
@ -350,7 +350,6 @@ describe('getText', function(){
|
||||||
it('Gets text on a pad Id', function(done) {
|
it('Gets text on a pad Id', function(done) {
|
||||||
api.get(endPoint('getText')+"&padID="+newPadId)
|
api.get(endPoint('getText')+"&padID="+newPadId)
|
||||||
.expect(function(res){
|
.expect(function(res){
|
||||||
console.log(res.body.data.text);
|
|
||||||
if(res.body.data.text !== text+"\n") throw new Error("Pad Get Text failed")
|
if(res.body.data.text !== text+"\n") throw new Error("Pad Get Text failed")
|
||||||
})
|
})
|
||||||
.expect('Content-Type', /json/)
|
.expect('Content-Type', /json/)
|
||||||
|
|
Loading…
Reference in a new issue