1
0
Fork 0

Remove debugging console.log from XhrHttpImplTest

* test/dapi/http/XhrHttpImplTest.js: Remove accidentally-committed
console.log
master
Mike Gerwitz 2016-04-19 00:05:37 -04:00
parent 5984c2619f
commit 7651e9499f
1 changed files with 0 additions and 1 deletions

View File

@ -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();