Skip to content

Commit

Permalink
don't print feature data
Browse files Browse the repository at this point in the history
  • Loading branch information
phylake committed Jun 29, 2016
1 parent 2067e23 commit a5d8fc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/public/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ def get_feature_set_data(setId):
item = getDataRes['Item']
if 'Data' in item and 'B' in item['Data']:
featureData = msgpack.loads(item['Data']['B'])
print(featureData)
return featureData
else:
return {}
Expand Down

0 comments on commit a5d8fc2

Please sign in to comment.