Explorar o código

HUE-7698 [oozie] Added warning when there is a space in the shell action

Romain Rigaux %!s(int64=7) %!d(string=hai) anos
pai
achega
03807c6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      desktop/libs/notebook/src/notebook/api.py

+ 0 - 1
desktop/libs/notebook/src/notebook/api.py

@@ -166,7 +166,6 @@ def execute(request, engine=None):
   snippet = json.loads(request.POST.get('snippet', '{}'))
 
   response = _execute_notebook(request, notebook, snippet)
-  print response
 
   return JsonResponse(response)