Skip to content

Commit a44a8f1

Browse files
committed
Update client.py
1 parent b2d7bde commit a44a8f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

splunklib/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,6 @@ def post(self, path_segment="", owner=None, app=None, sharing=None, **query):
847847
if not self.path.endswith('/') and path_segment != "":
848848
self.path = self.path if path_segment.startswith('/') else self.path + '/'
849849
path = self.service._abspath(self.path + path_segment, owner=owner, app=app, sharing=sharing)
850-
print(path)
851850
return self.service.post(path, owner=owner, app=app, sharing=sharing, **query)
852851

853852

0 commit comments

Comments
 (0)