Remove useless logging
This commit is contained in:
parent
aa7ac71cfe
commit
6aedd135a9
@ -1,6 +1,5 @@
|
|||||||
#include "ColorImageProvider.h"
|
#include "ColorImageProvider.h"
|
||||||
|
|
||||||
#include "Logging.h"
|
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|
||||||
QPixmap
|
QPixmap
|
||||||
@ -8,8 +7,6 @@ ColorImageProvider::requestPixmap(const QString &id, QSize *size, const QSize &)
|
|||||||
{
|
{
|
||||||
auto args = id.split('?');
|
auto args = id.split('?');
|
||||||
|
|
||||||
nhlog::ui()->info("Loading {}, source is {}", id.toStdString(), args[0].toStdString());
|
|
||||||
|
|
||||||
QPixmap source(args[0]);
|
QPixmap source(args[0]);
|
||||||
|
|
||||||
if (size)
|
if (size)
|
||||||
|
Loading…
Reference in New Issue
Block a user