瀏覽代碼

Removes left-over print statement

Ask Solem 8 年之前
父節點
當前提交
5b3834e755
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      celery/utils/pytest.py

+ 0 - 1
celery/utils/pytest.py

@@ -87,7 +87,6 @@ def app(request):
     from celery import _state
     from celery import _state
     mark = request.node.get_marker('celery')
     mark = request.node.get_marker('celery')
     mark = mark and mark.kwargs or {}
     mark = mark and mark.kwargs or {}
-    print('MARK: %r' % (mark,))
 
 
     prev_current_app = current_app()
     prev_current_app = current_app()
     prev_default_app = _state.default_app
     prev_default_app = _state.default_app