mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-22 05:30:44 +00:00
Waste of a commit
This commit is contained in:
parent
e26f901315
commit
83317068ca
@ -443,7 +443,7 @@ void loadChannels()
|
|||||||
in >> upperThreshold;
|
in >> upperThreshold;
|
||||||
in >> upperThresholdColor;
|
in >> upperThresholdColor;
|
||||||
if (chan->isNull()) {
|
if (chan->isNull()) {
|
||||||
qDebug() << "loadChannels has idea about channel" << name;
|
qDebug() << "loadChannels has no idea about channel" << name;
|
||||||
if (in.atEnd()) return;
|
if (in.atEnd()) return;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user