The ability to view the SQL code that Yurbi is creating is one of our most requested items, but we understand that in many use cases you wouldn't want to show it. It's easy to hide.
On your Yurbi server edit the custom.css file located in: c:\program files(x86)\yurbi\frontend\assets\css
Add this CSS:
body.builder #main #step1 .builder-main .output-panel .preview-panel .preview-panel-header button[data-action=viewsql] {
display: none;
}
You may need to do a few hard refreshes or clear your cache to see the update, but this will hide the "View SQL" button.