Merge pull request #2922 from normanjaeckel/Console

Removed console.log call.
This commit is contained in:
Emanuel Schütze 2017-02-01 13:36:00 +01:00 committed by GitHub
commit bcff33330c

View File

@ -30,7 +30,6 @@ angular.module('OpenSlidesApp.agenda', ['OpenSlidesApp.users'])
// change agenda item only if user has the permission to do that
if (operator.hasPerms('agenda.can_manage agenda.can_see_hidden_items')) {
Agenda.find(item_id).then(function (item) {
console.log(item);
var something = false;
_.each(changes, function(change) {
if (change.value !== item[change.key]) {