Skip to content

Commit e70e7af

Browse files
committed
Remove debug print
1 parent a765f7f commit e70e7af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tensorflow_quantum/python/optimizers/spsa_minimizer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,6 @@ def _body(state):
291291

292292
post_state = _spsa_once(SPSAOptimizerResults(**pre_state_params))[0]
293293
post_state_params = post_state.to_dict()
294-
tf.print("asdf", state.objective_value.dtype,
295-
state.objective_value_prev.dtype)
296294
post_state_params.update({
297295
"num_iterations":
298296
post_state.num_iterations + 1,

0 commit comments

Comments
 (0)