http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99554

Revision: 99554
Author:   jpostlethwaite
Date:     2011-10-11 20:06:26 +0000 (Tue, 11 Oct 2011)
Log Message:
-----------
Disabled console debugging.

Modified Paths:
--------------
    trunk/extensions/LastModified/modules/lastmodified.js

Modified: trunk/extensions/LastModified/modules/lastmodified.js
===================================================================
--- trunk/extensions/LastModified/modules/lastmodified.js       2011-10-11 
20:03:31 UTC (rev 99553)
+++ trunk/extensions/LastModified/modules/lastmodified.js       2011-10-11 
20:06:26 UTC (rev 99554)
@@ -34,7 +34,7 @@
        
        // Get the current timestamp and remove the milliseconds
        var nowStamp = extensionsLastModifiedGetUtcTimeStamp();
-       console.log( 'nowStamp: ' + nowStamp );
+       //console.log( 'nowStamp: ' + nowStamp );
 
        // Get the difference in the time from when it was last edited.
        var modifiedDifference = nowStamp - lastEdited;
@@ -56,7 +56,7 @@
        
        // Get the current Date object
        var now = new Date();
-       console.log( 'now: ' + now );
+       //console.log( 'now: ' + now );
        
        return parseInt( now.getTime() / 1000 );
 }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to