Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
[~] remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgspb committed Jan 31, 2018
1 parent 2398e44 commit d8cbc85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion metaappscriptsdk/info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.5.21'
__version__ = '0.5.22'
__package_name__ = 'metaappscriptsdk'

if __name__ == "__main__":
Expand Down
1 change: 0 additions & 1 deletion metaappscriptsdk/services/SettingsService.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def data_get(self, conf_alias, data_only=True, use_cache=True):
if not use_cache or data is None:
response = self.__app.native_api_call('settings', 'data/get/' + conf_alias, {}, self.__options, False, None, False, http_path="/api/meta/v1/", http_method="GET")
data = json.loads(response.text)
print(u"load data")
self.__data_get_cache[conf_alias] = data

if data_only:
Expand Down

0 comments on commit d8cbc85

Please sign in to comment.