Spaces:
Paused
Paused
Update app.py
Browse files
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:
|