diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/db/plugins/UpnpDatabasePlugin.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/db/plugins/UpnpDatabasePlugin.cxx b/src/db/plugins/UpnpDatabasePlugin.cxx index efc602be6..c921d5460 100644 --- a/src/db/plugins/UpnpDatabasePlugin.cxx +++ b/src/db/plugins/UpnpDatabasePlugin.cxx @@ -185,9 +185,6 @@ UpnpDatabase::Open(Error &error) return false; } - // Wait for device answers. This should be consistent with the value set - // in the lib (currently 2) - sleep(2); return true; } |