Skip to content

Commit 16c5752

Browse files
author
Alex Schmitz
committed
Remove hard-coded progress info.
1 parent 3862179 commit 16c5752

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Spectral Analysis/headers/import.c

-5
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,6 @@ WorksheetPage IMPORT_4dMaps(vector<string> params, vector<string> strFiles) {
312312
int lineInt = 3;
313313
string strLine, dataStr;
314314
while (srcFile.ReadString(strLine)) {
315-
// progress info
316-
if (mod(lineInt, 256) == 0) {
317-
printf("\n%d%%", (lineInt / 256 * 25));
318-
}
319-
320315
// strip line
321316
int dataStart, dataEnd;
322317
dataStart = strLine.Find("[") + 1;

0 commit comments

Comments
 (0)