Skip to content

Commit 274cbfb

Browse files
committed
removed url logging
1 parent 2ec33be commit 274cbfb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dataikuapi/dss/wiki.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def get(self):
8585
Returns:
8686
the article definition with payload (article content)
8787
"""
88-
print("/projects/%s/wiki/%s" % (self.project_key, urllib.quote(self.article_id)))
8988
return self.client._perform_json("GET", "/projects/%s/wiki/%s" % (self.project_key, urllib.quote(self.article_id)))
9089

9190
def set(self, article_with_payload):

0 commit comments

Comments
 (0)