소스 검색

Removes leftover comment

Mher Movsisyan 12 년 전
부모
커밋
7b8f7c3935
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      celery/worker/autoreload.py

+ 0 - 1
celery/worker/autoreload.py

@@ -201,7 +201,6 @@ class InotifyMonitor(_ProcessEvent):
 
 
 def default_implementation():
-    # kqueue monitor not working properly at this time.
     if hasattr(select, 'kqueue'):
         return 'kqueue'
     if sys.platform.startswith('linux') and pyinotify: