Remove debugging console.log from XhrHttpImplTest
* test/dapi/http/XhrHttpImplTest.js: Remove accidentally-committed console.logmaster
parent
5984c2619f
commit
7651e9499f
|
@ -238,7 +238,6 @@ describe( 'XhrHttpImpl', function()
|
|||
Sut( StubXhr )
|
||||
.requestData( url, 'POST', src, function()
|
||||
{
|
||||
console.log( open_called, send_called, header_called );
|
||||
expect( open_called && send_called && header_called )
|
||||
.to.be.true;
|
||||
done();
|
||||
|
|
Loading…
Reference in New Issue