Remove useless logging

This commit is contained in:
Nicolas Werner 2020-01-21 22:12:59 +01:00
parent aa7ac71cfe
commit 6aedd135a9
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
#include "ColorImageProvider.h"
#include "Logging.h"
#include <QPainter>
QPixmap
@ -8,8 +7,6 @@ ColorImageProvider::requestPixmap(const QString &id, QSize *size, const QSize &)
{
auto args = id.split('?');
nhlog::ui()->info("Loading {}, source is {}", id.toStdString(), args[0].toStdString());
QPixmap source(args[0]);
if (size)