mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Remove useless logging
This commit is contained in:
parent
aa7ac71cfe
commit
6aedd135a9
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue