remove logging
This commit is contained in:
parent
c77d0afc18
commit
744019b28b
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ pandora.ui.editPanel = function() {
|
||||||
pandora.api.editClip(args, function(result) {
|
pandora.api.editClip(args, function(result) {
|
||||||
if (result.status.code == 200) {
|
if (result.status.code == 200) {
|
||||||
edit.clips[index] = result.data;
|
edit.clips[index] = result.data;
|
||||||
console.log(index, result.data);
|
|
||||||
that.updateClip(data.id, result.data);
|
that.updateClip(data.id, result.data);
|
||||||
updateVideos();
|
updateVideos();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue