Issue using console.log()

Description

Hello RocketChat community,

I am modifying room.js in this location:
./app/ui/client/views/app/room.js

I am having trouble running a simple:
console.log(“hello”);

However, this command is running fine in the same script:
Template.roomOld.events({
“click #companyHome”: function () {
FlowRouter.go(/companyHome);
},
});

Why might console.log not work? It seems like there may be some setting on the backend of rocketchat which is stopping anything from logging to my console, as I have tested this with another meteor project and it works totally fine.

Does anyone have any suggestions? Even a workaround would be great.

Much appreciated,

Gavin

Server Setup Information

  • Version of Rocket.Chat Server: 3.10.0
  • Operating System: OSx
  • Deployment Method: Meteor
  • Number of Running Instances: 1
  • DB Replicaset Oplog: Enabled
  • NodeJS Version: 12.18.4 - x64 |
  • MongoDB Version: 4.2.8 |
  • Proxy: None
  • Firewalls involved: None

Any additional Information