[clutter-gst/mosaic: 1/3] examples: camera-list: remove useless logging
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst/mosaic: 1/3] examples: camera-list: remove useless logging
- Date: Tue, 20 Aug 2013 15:36:57 +0000 (UTC)
commit 21d0093231aff169022cd0664207d0ec287327a9
Author: Lionel Landwerlin <llandwerlin gmail com>
Date: Mon Aug 12 01:33:09 2013 +0100
examples: camera-list: remove useless logging
examples/camera-list.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/camera-list.js b/examples/camera-list.js
index 98d3aa4..a876e06 100644
--- a/examples/camera-list.js
+++ b/examples/camera-list.js
@@ -83,6 +83,7 @@ let addCamera = function(device) {
};
let removeCamera = function(device) {
+ log('removing camera : ' + device.get_name());
let children = stage.get_children();
for (let i in children) {
let actor = children[i];
@@ -95,7 +96,6 @@ let removeCamera = function(device) {
let timeline = actor.get_transition('scale-x');
timeline.connect('completed', Lang.bind(this, function() {
- log('actor removed');
stage.remove_child(actor);
}));
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]