Procházet zdrojové kódy

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

Romain Rigaux před 7 roky
rodič
revize
03807c6
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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)