File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import annotate from '../../eventAnnotations';
77import common from '../../commonFunctions' ;
88import { parseDtTm } from './smartpix/accuChekSmartPixCommonXML' ;
99import parsePumpData from './smartpix/accuChekSmartPixPumpXML' ;
10- import parseMeterData from './smartpix/accuCheckSmartPixMeterXML ' ;
10+ import parseMeterData from './smartpix/accuChekSmartPixMeterXML ' ;
1111
1212const isBrowser = typeof window !== 'undefined' ;
1313
@@ -424,7 +424,6 @@ class AccuChekSmartPix {
424424
425425 /** Check that date of the export is close enough to current time. */
426426 async privateCheckTime ( entry ) {
427- // XXX: This private field is accessed in checkDeviceTime.
428427 this . cfg . deviceInfo . deviceTime = sundial . formatDeviceTime ( parseDtTm ( entry ) ) ;
429428 await new Promise ( ( resolve , reject ) => {
430429 common . checkDeviceTime ( this . cfg , ( err ) => {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ function parseHeader(pumpInfo) {
8080 }
8181 } ) ;
8282 if ( profileData . length > 0 ) {
83- // TODO: Ensure starts are ordered?
8483 profiles [ profile . $ . Name ] = profileData ;
8584 }
8685 } ) ;
You can’t perform that action at this time.
0 commit comments