Skip to content

Commit 55a870b

Browse files
committed
Nonsensical fix for nonsensical problem
Apparently log() makes the device hang forever on the "Sync in progress" screen. So no option but to remove those calls ...
1 parent 8ad0626 commit 55a870b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

librarywidget.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,10 @@ void libraryWidget::syncCatalog() {
259259
if(syncDone == false) {
260260
if(QFile::exists("/inkbox/gutenbergSyncDone") == true) {
261261
if(checkconfig("/inkbox/gutenbergSyncDone") == true) {
262-
log("syncCatalog(): Gutenberg sync successfully completed", className);
263262
toastWindow->close();
264263
setupView();
265264
}
266265
else {
267-
log("syncCatalog(): Gutenberg sync encountered an error", className);
268266
toastWindow->close();
269267
showToast("Error");
270268
QFile::remove("/external_root/opt/storage/gutenberg/last_sync");

0 commit comments

Comments
 (0)