Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBoy committed Sep 26, 2017
1 parent bfec7a5 commit a775b78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ChinaLocation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ describe('ChinaLocation', function () {
const location = new ChinaLocation(list);
location.changeLocation('440000', '441900');
const newLocation = location.getCurrentAddress();
console.log(newLocation);
newLocation.province.name.should.be.equal('广东省');
newLocation.city.name.should.be.equal('东莞市');
newLocation.district.name.should.be.equal('');
Expand Down

0 comments on commit a775b78

Please sign in to comment.