Skip to content

Commit

Permalink
Remove last qDebug() call
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 12, 2025
1 parent cdc7ced commit 0dd6214
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/webdavconnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ void WebdavConnection::uploadPath( const QString &localPath )
mWebdavLastModified.clear();

mLocalItems.clear();
qDebug() << mProcessLocalPath;
QDirIterator it( mProcessLocalPath, QDir::Files | QDir::NoDotAndDotDot, QDirIterator::Subdirectories );
while ( it.hasNext() )
{
Expand Down

0 comments on commit 0dd6214

Please sign in to comment.