1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 12:27:58 +01:00

Remove dump line

This commit is contained in:
Kris Maglione
2008-12-24 13:18:08 -05:00
parent d889d07454
commit 8294df5e81

View File

@@ -1225,7 +1225,6 @@ const liberator = (function () //{{{
try try
{ {
let infoPath = services.create("file"); let infoPath = services.create("file");
liberator.dump("'rtp': " + IO.expandPath(IO.runtimePath.replace(/,.*/, "")));
infoPath.initWithPath(IO.expandPath(IO.runtimePath.replace(/,.*/, ""))); infoPath.initWithPath(IO.expandPath(IO.runtimePath.replace(/,.*/, "")));
infoPath.append("info"); infoPath.append("info");
infoPath.append(services.get("profile").selectedProfile.name); infoPath.append(services.get("profile").selectedProfile.name);