Comment out debugging data.

pull/375/head
Christopher Young 2016-04-03 14:16:00 -04:00
rodzic 8545a9ba0d
commit 5da86d919f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -354,7 +354,7 @@ func dataLogWriter(db *sql.DB) {
// logSituation()
// }
timeStart := stratuxClock.Time
nRows := len(rowsQueuedForWrite)
//nRows := len(rowsQueuedForWrite)
//log.Printf("Writing %d rows\n", nRows)
// Write the buffered rows. This will block while it is writing.
// Save the names of the tables affected so that we can run bulkInsert() on after the insertData() calls.