1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 07:24:12 +01:00

Release 1.0 βeta 4.1.

This commit is contained in:
Kris Maglione
2010-12-31 13:44:09 -05:00
parent 6f20c5aac2
commit 1ce521de5e
3 changed files with 3 additions and 3 deletions

View File

@@ -160,7 +160,7 @@ function defineModule(name, params) {
defineModule.loadLog = [];
Object.defineProperty(defineModule.loadLog, "push", {
value: function (val) {
if (true)
if (false)
defineModule.dump(val + "\n");
this[this.length] = Date.now() + " " + val;
}