注释input_record节点的调试日志

This commit is contained in:
jingrow 2025-10-31 00:51:31 +08:00
parent 6a0f04dc4b
commit 921de957db

View File

@ -1,7 +1,8 @@
import json
import sys
import os
import jingrow
#import jingrow
# 导入utils
from jingrow.utils.jingrow_api import get_record
@ -13,7 +14,7 @@ def execute(context=None, inputs=None, config=None, **kwargs):
if config is None:
config = kwargs.get("config", {})
jingrow.log_error(f"inputs={inputs}, config={config}, context={context}")
#jingrow.log_error(f"inputs={inputs}, config={config}, context={context}")
pagetype = inputs.get("pagetype") if isinstance(inputs, dict) else None
name = inputs.get("name") if isinstance(inputs, dict) else None