remove logging

This commit is contained in:
rolux 2013-07-14 13:45:11 +00:00
parent c77d0afc18
commit 744019b28b

View file

@ -118,7 +118,6 @@ pandora.ui.editPanel = function() {
pandora.api.editClip(args, function(result) {
if (result.status.code == 200) {
edit.clips[index] = result.data;
console.log(index, result.data);
that.updateClip(data.id, result.data);
updateVideos();
} else {