Lots of warnings in the console when running online

Hi @philBartlett, you can safely ignore those warnings if your experiment is running to spec. Alternatively, you can completely turn off logging by adding the following line right after the import statements in your main script, x

log4javascript.setEnabled(false);