mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:56:55 +02:00
Removed excessive debug messages
This commit is contained in:
parent
eed83ac85a
commit
c2572000e2
1 changed files with 0 additions and 2 deletions
|
@ -531,7 +531,6 @@ QString Snapshot::getSnapshotFormat(){
|
||||||
void Snapshot::setSnapshotFormat(const QString& format){
|
void Snapshot::setSnapshotFormat(const QString& format){
|
||||||
if (getAvailableSnapshotFormats().contains(format)) {
|
if (getAvailableSnapshotFormats().contains(format)) {
|
||||||
_snapshotFormat.set(format);
|
_snapshotFormat.set(format);
|
||||||
qDebug() << "Snapshot format set: " << format;
|
|
||||||
} else {
|
} else {
|
||||||
qDebug() << "Snapshot format not supported: " << format;
|
qDebug() << "Snapshot format not supported: " << format;
|
||||||
}
|
}
|
||||||
|
@ -544,7 +543,6 @@ QString Snapshot::getAnimatedSnapshotFormat(){
|
||||||
void Snapshot::setAnimatedSnapshotFormat(const QString& format){
|
void Snapshot::setAnimatedSnapshotFormat(const QString& format){
|
||||||
if (getAvailableAnimatedSnapshotFormats().contains(format)) {
|
if (getAvailableAnimatedSnapshotFormats().contains(format)) {
|
||||||
_animatedSnapshotFormat.set(format);
|
_animatedSnapshotFormat.set(format);
|
||||||
qDebug() << "Snapshot format set: " << format;
|
|
||||||
} else {
|
} else {
|
||||||
qDebug() << "Snapshot format not supported: " << format;
|
qDebug() << "Snapshot format not supported: " << format;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue