Skip to content

Commit 4fa665a

Browse files
committed
Don't log flightLog to console
1 parent 225adf8 commit 4fa665a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modules/logparser.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ function scaleAndOffsetFlightLog(flightLog) {
107107

108108
scaleProperty(flightLog.voltageInfo, 'voltage', 1000)
109109

110-
console.log(flightLog)
111-
112110
return flightLog;
113111
}
114112

0 commit comments

Comments
 (0)