Skip to content

Commit

Permalink
Reduce debug output during tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwippermann committed Sep 2, 2015
1 parent fee79ce commit 9823b66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/specs/specification.spec.js
Expand Up @@ -1262,9 +1262,9 @@ describe('Specification', function() {

var pfs = spec.getPacketFieldsForHeaders([ header1, header2 ]);

console.log(_.map(pfs, function(pf) {
return '\'' + pf.id + '\':' + pf.rawValue + ', // ' + pf.name;
}).join('\n'));
// console.log(_.map(pfs, function(pf) {
// return '\'' + pf.id + '\':' + pf.rawValue + ', // ' + pf.name;
// }).join('\n'));

spec.setPacketFieldRawValues(pfs, {
'01_0010_7722_10_0100_000_2_0':123.4, // Flow temperature
Expand Down

0 comments on commit 9823b66

Please sign in to comment.