Console logs in plugins are not printing in the browsers console tab

I have added console.logs in the content control change plugin. Although they are not showing up on the console tab in the browser. In order to verify that my code changes are updated in the plugin, i have added alerts as well. I can see alerts popping up in the browser, but there are no console logs printed
OS version: Ubuntu 20.04LTS
App version: DocumentServer v7.3

Hello @waghankit

Could you please provide an example of console.log() usage in you plugin that does not work?