Skip to content
Snippets Groups Projects
Commit 6aedd135 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Remove useless logging

parent aa7ac71c
Branches
Tags
No related merge requests found
#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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment