I went to the following: woocommerce\packages\woocommerce-blocks\src\Assets.php.
(This location was identified by this user – freimaks – https://www.ads-software.com/support/topic/why-print_script_block_data-used-on-every-page/)
Then I just deleted the following code:
add_action( ‘wp_print_footer_scripts’, array( __CLASS__, ‘print_script_block_data’ ), 1 );
Scans from Threatwise (by quterra) were flagging this chunk of code as “potentially suspicious”. This seems to have removed the code and solved my problem.