[gjs] kill "Loading tweener" log messages
- From: Dan Winship <danw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gjs] kill "Loading tweener" log messages
- Date: Tue, 22 Sep 2009 12:42:35 +0000 (UTC)
commit ced51b8d5ccaaa7fa4203ae59999557f4e4f77a5
Author: Dan Winship <danw gnome org>
Date: Tue Sep 22 08:34:39 2009 -0400
kill "Loading tweener" log messages
https://bugzilla.gnome.org/show_bug.cgi?id=595946
modules/tweener/tweenList.js | 3 ---
modules/tweener/tweener.js | 4 ----
2 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/modules/tweener/tweenList.js b/modules/tweener/tweenList.js
index 791339d..4810770 100644
--- a/modules/tweener/tweenList.js
+++ b/modules/tweener/tweenList.js
@@ -32,7 +32,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
http://code.google.com/p/tweener/
http://code.google.com/p/tweener/wiki/License
*/
-log("Loading tweenlist.js");
function TweenList(scope, timeStart, timeComplete,
useFrames, transition, transitionParams) {
@@ -107,5 +106,3 @@ function makePropertiesChain(obj) {
*/
return obj;
};
-
-log("Done loading tweenlist.js");
diff --git a/modules/tweener/tweener.js b/modules/tweener/tweener.js
index 292ae7c..fcbbebf 100644
--- a/modules/tweener/tweener.js
+++ b/modules/tweener/tweener.js
@@ -34,8 +34,6 @@
http://code.google.com/p/tweener/wiki/License
*/
-log("Loading tweener.js");
-
const TweenList = imports.tweener.tweenList;
const Mainloop = imports.mainloop;
const Signals = imports.signals;
@@ -852,5 +850,3 @@ function registerSpecialPropertySplitter(name, splitFunction, parameters) {
parameters: parameters
};
}
-
-log("Done loading tweener.js");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]