Browse Source

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

Romain Rigaux 7 years ago
parent
commit
03807c6
1 changed files with 0 additions and 1 deletions
  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)