File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -275,15 +275,6 @@ def generate_workflow(
275
275
** inputs ,
276
276
)
277
277
)
278
- print (
279
- self .create_function_call_code (
280
- initialized_objects [class_type ],
281
- class_def .FUNCTION ,
282
- executed_variables [idx ],
283
- is_special_function ,
284
- ** inputs ,
285
- )
286
- )
287
278
else :
288
279
code .append (
289
280
self .create_function_call_code (
@@ -294,15 +285,6 @@ def generate_workflow(
294
285
** inputs ,
295
286
)
296
287
)
297
- print (
298
- self .create_function_call_code (
299
- initialized_objects [class_type ],
300
- class_def .FUNCTION ,
301
- executed_variables [idx ],
302
- is_special_function ,
303
- ** inputs ,
304
- )
305
- )
306
288
307
289
# Generate final code by combining imports and code, and wrap them in a main function
308
290
final_code = self .assemble_python_code (
You can’t perform that action at this time.
0 commit comments