Remove liberator.log from addMap

This commit is contained in:
Kris Maglione
2009-07-02 11:00:40 -04:00
parent 29ce60821b
commit 6d7c247eac
-1
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))