The "Print String" node is an utility node for printing values to the console.
When the code is generated, this node translates to the command "debugPrint", which is overrided for Production in the main.dart file in the project to avoid logs going to Production
The generated logs can be seen in the Console of Waoo App Builder