mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +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){
|
||||
if (getAvailableSnapshotFormats().contains(format)) {
|
||||
_snapshotFormat.set(format);
|
||||
qDebug() << "Snapshot format set: " << format;
|
||||
} else {
|
||||
qDebug() << "Snapshot format not supported: " << format;
|
||||
}
|
||||
|
@ -544,7 +543,6 @@ QString Snapshot::getAnimatedSnapshotFormat(){
|
|||
void Snapshot::setAnimatedSnapshotFormat(const QString& format){
|
||||
if (getAvailableAnimatedSnapshotFormats().contains(format)) {
|
||||
_animatedSnapshotFormat.set(format);
|
||||
qDebug() << "Snapshot format set: " << format;
|
||||
} else {
|
||||
qDebug() << "Snapshot format not supported: " << format;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue