koenverhagen commited on
Commit
ce95175
1 Parent(s): 6824c75

Update createlookalike.py

Browse files
Files changed (1) hide show
  1. createlookalike.py +1 -1
createlookalike.py CHANGED
@@ -144,7 +144,7 @@ async def calculate_shop(shop: Shop, feat_extractor) -> None:
144
  "recommendations": design_list
145
  }
146
 
147
- print(design_dict)
148
  if await push_home(design_dict, im, shop):
149
  pass
150
  else:
 
144
  "recommendations": design_list
145
  }
146
 
147
+ # print(design_dict)
148
  if await push_home(design_dict, im, shop):
149
  pass
150
  else: