Skip to content

Commit 794f7ca

Browse files
author
kgued
committed
remove forgotten print statement
1 parent 870524c commit 794f7ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dataikuapi/dss/recipe.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def get_settings(self):
8787
"""
8888
data = self.client._perform_json(
8989
"GET", "/projects/%s/recipes/%s" % (self.project_key, self.recipe_name))
90-
print(data)
9190
type = data["recipe"]["type"]
9291

9392
if type == "grouping":
@@ -870,4 +869,4 @@ def apply(self):
870869
results.append(self.recipe.client._perform_json("POST",
871870
"/projects/%s/recipes/%s/actions/updateOutputSchema" % (self.recipe.project_key, self.recipe.recipe_name),
872871
body=osu))
873-
return results
872+
return results

0 commit comments

Comments
 (0)