remove scary warning that is a false alarm
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 13 Feb 2023 17:46:46 +0000 (18:46 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 17 May 2023 16:16:08 +0000 (18:16 +0200)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/filedetails/sharemodel.cpp

index 8cb513b34760767c1d9b6ee5679de0f9e8c65d7c..1a72cad299ef4c9216438d6e5a5f30ca1a9b74b9 100644 (file)
@@ -199,7 +199,6 @@ QVariant ShareModel::data(const QModelIndex &index, const int role) const
         return {};
     }
 
-    qCWarning(lcShareModel) << "Got unknown role" << role << "for share of type" << share->getShareType() << "so returning null value.";
     return {};
 }