We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c0fd2 commit 2321125Copy full SHA for 2321125
js/flightlog_parser.js
@@ -392,8 +392,8 @@ var FlightLogParser = function(logData) {
392
that.sysConfig.frameIntervalPDenom = parseInt(matches[2], 10);
393
}
394
break;
395
- case "P denom":
396
- that.sysConfig.frameIntervalPDenom = parseInt(fieldValue, 10);
+ // case "P denom":
+ // that.sysConfig.frameIntervalPDenom = parseInt(fieldValue, 10);
397
case "Data version":
398
dataVersion = parseInt(fieldValue, 10);
399
0 commit comments