1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 06:04:48 +01:00

Remove liberator.log from addMap

This commit is contained in:
Kris Maglione
2009-07-02 11:00:40 -04:00
parent 29ce60821b
commit 6d7c247eac

View File

@@ -156,7 +156,6 @@ function Mappings() //{{{
function addMap(map)
{
liberator.log(map)
let where = map.isUserMap ? user : main;
map.modes.forEach(function (mode) {
if (!(mode in where))