[gnome-sound-recorder] fileUtil.js, listview.js, package.js: code cleanup
- From: Meg Ford (Margaret) <megford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder] fileUtil.js, listview.js, package.js: code cleanup
- Date: Sat, 5 Oct 2013 18:03:36 +0000 (UTC)
commit 2ed393723aba6718e59497733e1ef346ed7ac53c
Author: Meg Ford <meg387 gmail com>
Date: Wed Oct 2 18:23:39 2013 -0500
fileUtil.js, listview.js, package.js: code cleanup
src/fileUtil.js | 3 ---
src/listview.js | 1 -
src/package.js | 1 +
3 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/fileUtil.js b/src/fileUtil.js
index 2d66711..f03c173 100644
--- a/src/fileUtil.js
+++ b/src/fileUtil.js
@@ -89,13 +89,10 @@ const OffsetController = new Lang.Class({
getEndIdx: function() {
this.totItems = MainWindow.list.getItemCount();
- log(this.totItems + "totitems");
if (CurrentEndIdx < this.totItems) {
this.endIdx = CurrentEndIdx;
- log("greater");
} else {
this.endIdx = this.totItems - 1;
- log("less");
}
return this.endIdx;
diff --git a/src/listview.js b/src/listview.js
index e27a4a8..5809a39 100644
--- a/src/listview.js
+++ b/src/listview.js
@@ -159,7 +159,6 @@ const Listview = new Lang.Class({
} else {
this._setDiscover();
- log("set Discover");
}
return;
}
diff --git a/src/package.js b/src/package.js
index 060c171..0843a54 100644
--- a/src/package.js
+++ b/src/package.js
@@ -1,4 +1,5 @@
// Copyright 2012 Giovanni Campagna
+// Copyright 2013 Meg Ford
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]