10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 03:07:44 +02:00

Remove not needed lines

This commit is contained in:
Mickaël Véril 2020-09-04 14:12:12 +02:00
parent d374da29fa
commit cc330aae66

View File

@ -221,7 +221,6 @@ class dataFileBase {
if (DebugMode.Enabled) {
console.assert(ex.type == 0 || (ex2.type ^ (excitationTypes.Rydberg | excitationTypes.Valence) == ex.type ^ (excitationTypes.Rydberg | excitationTypes.Valence)), "Excitation type error", [ex, ex2, data.sourceFile])
}
ex.type = ex2.type
}
}
@ -257,7 +256,6 @@ class dataFileBase {
case "doi":
this.DOI = DOI.fromString(value);
break;
default:
}
}
_OnReadRow(line) {