[gnome-shell/wip/paging-release: 24/43] AppDisplay: typo



commit 7297c75b5f88bca98fbc81e1cefc9184420fe02d
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Mon Aug 12 15:22:06 2013 +0200

    AppDisplay: typo

 js/ui/appDisplay.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 0a5aa97..e194f31 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -683,7 +683,6 @@ const PaginationIndicator = new Lang.Class({
         let [minWidth, natWidth] = children[0].get_preferred_width(natHeight);
         let widthPerChild = natWidth + this._spacing * 2;
         let firstPosition = [this._spacing, availHeight / 2 - totalUsedHeight / 2];
-        global.log(" Indicator availL HEIGHT " + availHeight);
         for(let i = 0; i < this._nPages; i++) {
             let childBox = new Clutter.ActorBox();
             childBox.x1 = 0;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]