mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove debug output
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
221f67206b
commit
d851549d9c
1 changed files with 0 additions and 1 deletions
|
@ -1523,7 +1523,6 @@ int parse_seabear_header(const char *filename, char **params, int pnr)
|
|||
|
||||
while ((parseLine = f.readLine().trimmed()).length() > 0 && !f.atEnd()) {
|
||||
if (parseLine.contains("//DIVE NR: ")) {
|
||||
qDebug() << "DEBGU: " << parseLine;
|
||||
params[pnr++] = strdup("diveNro");
|
||||
params[pnr++] = strdup(parseLine.replace(QString::fromLatin1("//DIVE NR: "), QString::fromLatin1("")).toUtf8().data());
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue