Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
wonknu committed Oct 31, 2016
1 parent ff987f0 commit 7482d1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/reference.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ describe('cmsReference', function() {
it('cmsReference.reference.saveFile()', function() {
var json = cmsReference.reference.getFiles();
var ref1 = json[jsonPath]['ref1'];
console.log(json[jsonPath]['ref1'])
cmsReference.reference.saveFile(jsonPath, JSON.stringify(json[jsonPath]));
chai.expect(json[jsonPath]['ref1']).to.equal('ref1');
});
Expand Down

0 comments on commit 7482d1c

Please sign in to comment.