Skip to content

Commit 6d12f22

Browse files
committed
remove extra logs
1 parent b15e8cd commit 6d12f22

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dspy/teleprompt/mipro_optimizer_v2.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,7 @@ def compile(
203203

204204
# If zero-shot, discard demos
205205
if zeroshot_opt:
206-
logger.info("ZEROSHOT IS TRUE")
207206
demo_candidates = None
208-
else:
209-
logger.info("ZEROSHOT IS FALSE")
210207

211208
with dspy.context(lm=self.task_model):
212209
# Step 3: Find optimal prompt parameters

0 commit comments

Comments
 (0)