mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-06 10:05:38 -05:00
Disable base64 string debug
This commit is contained in:
parent
c880f5f783
commit
25d27b0f7f
@ -58,7 +58,7 @@ public slots:
|
|||||||
// Get Based 64 image string
|
// Get Based 64 image string
|
||||||
QString encoded = QString(ba.toBase64());
|
QString encoded = QString(ba.toBase64());
|
||||||
|
|
||||||
qDebug() << "imageToBase64() " << encoded ;
|
qDebug() << "imageToBase64() encoded" ;
|
||||||
|
|
||||||
return encoded;
|
return encoded;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user