Removed console.log call.

This commit is contained in:
Norman Jäckel 2017-02-01 11:38:31 +01:00
parent c8cd1a7210
commit 9ff9ac92be

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]) {