diff --git a/common/content/liberator.js b/common/content/liberator.js index 113a0c58..62f150f9 100644 --- a/common/content/liberator.js +++ b/common/content/liberator.js @@ -1225,7 +1225,6 @@ const liberator = (function () //{{{ try { let infoPath = services.create("file"); - liberator.dump("'rtp': " + IO.expandPath(IO.runtimePath.replace(/,.*/, ""))); infoPath.initWithPath(IO.expandPath(IO.runtimePath.replace(/,.*/, ""))); infoPath.append("info"); infoPath.append(services.get("profile").selectedProfile.name);