mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
Remove not needed lines
This commit is contained in:
parent
d374da29fa
commit
cc330aae66
@ -221,7 +221,6 @@ class dataFileBase {
|
|||||||
if (DebugMode.Enabled) {
|
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])
|
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
|
ex.type = ex2.type
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -257,7 +256,6 @@ class dataFileBase {
|
|||||||
case "doi":
|
case "doi":
|
||||||
this.DOI = DOI.fromString(value);
|
this.DOI = DOI.fromString(value);
|
||||||
break;
|
break;
|
||||||
default:
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_OnReadRow(line) {
|
_OnReadRow(line) {
|
||||||
|
Loading…
Reference in New Issue
Block a user