Skip to content

tests/codegen.py: removing unecessary print statement

Yifan requested to merge yifan19/glib:remove_print into master

A huge amount of output(boilerplate code) is printed to the console screen. This is not critical to the test results. Removing them should be harmless.

It causes issues in Yocto Project when we run automated testing. https://bugzilla.yoctoproject.org/show_bug.cgi?id=14170

Signed-off-by: Yi Fan Yu yifan.yu@windriver.com

Merge request reports