mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 14:27:59 +01:00
Remove dump line
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user