Removed log

pull/2760/head
Marcelo Schmidt 10 years ago
parent 737e2ebea5
commit 155cf55fac
  1. 1
      server/startup/migrations/v37.js

@ -3,7 +3,6 @@ RocketChat.Migrations.add({
up: function() {
if (RocketChat && RocketChat.models && RocketChat.models.Settings) {
var footer = RocketChat.models.Settings.findOne({ _id: 'Layout_Sidenav_Footer' });
console.log(footer);
// Replace footer octicons with icons
if (footer && footer.value !== '') {

Loading…
Cancel
Save