From 8294df5e81329b243b51c81e4b0a000fecc2f84b Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 24 Dec 2008 13:18:08 -0500 Subject: [PATCH] Remove dump line --- common/content/liberator.js | 1 - 1 file changed, 1 deletion(-) 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);