diff --git a/src/zos_files/zowe/zos_files_for_zowe_sdk/uss.py b/src/zos_files/zowe/zos_files_for_zowe_sdk/uss.py index 6162ce97..abcc3d17 100644 --- a/src/zos_files/zowe/zos_files_for_zowe_sdk/uss.py +++ b/src/zos_files/zowe/zos_files_for_zowe_sdk/uss.py @@ -125,7 +125,6 @@ def get_content(self, filepath_name): A JSON with the contents of the specified USS file """ custom_args = self._create_custom_request_arguments() - # custom_args["params"] = {"filepath-name": filepath_name} custom_args["url"] = "{}fs{}".format(self.request_endpoint, filepath_name) response_json = self.request_handler.perform_request("GET", custom_args) return response_json