One option is that you can hide the message with a simple css code:
.hot-display-license-info {
display: none;
}
But since this is not the answer I'm looking for, I'm not interested to go this way, but for others this may help them.
Be careful, as you're going to see a warning in the console (so this might not be a good thing to use in production)