diff options
-rw-r--r-- | kioslave/system/kdedmodule/systemdirnotify.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kioslave/system/kdedmodule/systemdirnotify.cpp b/kioslave/system/kdedmodule/systemdirnotify.cpp index 99b9ac764..162d96621 100644 --- a/kioslave/system/kdedmodule/systemdirnotify.cpp +++ b/kioslave/system/kdedmodule/systemdirnotify.cpp @@ -36,9 +36,6 @@ SystemDirNotify::SystemDirNotify() void SystemDirNotify::init() { if( mInited ) - // FIXME Work around a race condition by inserting kdDebug delay before following - // code is executed -- the root cause of the race should be investigated and fixed. - kdDebug() << "SystemDirNotify::init(" << mInited << ")" << endl; return; mInited = true; KGlobal::dirs()->addResourceType("system_entries", |