Skip to content

Commit

Permalink
Remove excess debug messages in auth list import
Browse files Browse the repository at this point in the history
  • Loading branch information
askmeaboutlo0m committed Nov 22, 2024
1 parent 9d7344f commit bbe919a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libserver/opcommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -683,10 +683,8 @@ authList(Client *client, const QJsonArray &args, const QJsonObject &kwargs)
SessionHistory *history = session->history();
bool sendUpdate = false;

qDebug() << list;
for(const QJsonValue &value : list) {
QString authId = value[QStringLiteral("a")].toString();
qDebug() << authId;
if(!authId.isEmpty()) {
Client *target = session->getClientByAuthId(authId);

Expand Down

0 comments on commit bbe919a

Please sign in to comment.