Skip to content

Commit

Permalink
Merge pull request #5263 from Countly/Cookiezaurs-patch-3
Browse files Browse the repository at this point in the history
Remove unnecessary debug information
  • Loading branch information
Cookiezaurs committed May 27, 2024
2 parents f3ed352 + faa867c commit 147fa39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/express/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,6 @@ Promise.all([plugins.dbConnection(countlyConfig), plugins.dbConnection("countly_


var plgns = [].concat(plugins.getPlugins());
console.log("dashboad - plugins ", JSON.stringify(plgns));
if (plgns.indexOf('push') !== -1) {
plgns.splice(plgns.indexOf('push'), 1);
plgns.unshift('push');
Expand Down

0 comments on commit 147fa39

Please sign in to comment.