Skip to content

Commit

Permalink
Don't log, debug
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Sep 15, 2023
1 parent 3434221 commit cf9de95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/watchers.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const reviveMixin = {
const eventMixin = {
methods: {
handle_event: function (event_data, event_handler) {
console.log('event: ' + JSON.stringify(event_data) + ":" + event_handler)
console.debug('event: ' + JSON.stringify(event_data) + ":" + event_handler)
Genie.WebChannels.sendMessageTo(window.CHANNEL, 'events', {
'event': {
'name': event_handler,
Expand Down

0 comments on commit cf9de95

Please sign in to comment.