1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 16:25:45 +01:00

Relase Pentadactyl 1.0rc1.

This commit is contained in:
Kris Maglione
2011-12-20 00:38:08 -05:00
parent 924aa8bf2d
commit 86ccda470d
4 changed files with 4 additions and 4 deletions

View File

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