From 7651e9499fb5a1211b11541c0f8a2f8b817e05c1 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 19 Apr 2016 00:05:37 -0400 Subject: [PATCH] Remove debugging console.log from XhrHttpImplTest * test/dapi/http/XhrHttpImplTest.js: Remove accidentally-committed console.log --- test/dapi/http/XhrHttpImplTest.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/dapi/http/XhrHttpImplTest.js b/test/dapi/http/XhrHttpImplTest.js index 93df02e..4d94d1f 100644 --- a/test/dapi/http/XhrHttpImplTest.js +++ b/test/dapi/http/XhrHttpImplTest.js @@ -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();