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

Get rid of unnecessary dumps in liberator-overlay.js

This commit is contained in:
Kris Maglione
2008-10-15 21:09:52 +00:00
parent bd5ed60655
commit 3684bb7b8a

View File

@@ -10,7 +10,6 @@
function load(script) { function load(script) {
try try
{ {
dump("liberator: Loading script: " + script + "\n");
loader.loadSubScript(BASE + script, modules) loader.loadSubScript(BASE + script, modules)
} }
catch (e) catch (e)