ffzeroHua commited on
Commit
2d8b7ca
·
verified ·
1 Parent(s): e5e5f18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -299,7 +299,6 @@ class FeatureEncoder:
299
  intercepted = getattr(_thread_local, 'interception', None)
300
 
301
  # --- 2. Student 更新与特征生成 ---
302
- print(event_str)
303
  cans = ps_student.update(event_str)
304
 
305
  if intercepted is None or not cans.can_act:
 
299
  intercepted = getattr(_thread_local, 'interception', None)
300
 
301
  # --- 2. Student 更新与特征生成 ---
 
302
  cans = ps_student.update(event_str)
303
 
304
  if intercepted is None or not cans.can_act: