1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 13:24:13 +01:00

don't use FORCE_SINGELINE with echomsg()

This commit is contained in:
Doug Kearns
2008-12-13 01:51:21 +11:00
parent 64f00164cc
commit 51840817fc

View File

@@ -734,7 +734,7 @@ const liberator = (function () //{{{
// TODO: add proper level constants
echomsg: function (str, verbosity, flags)
{
flags |= commandline.APPEND_TO_MESSAGES | commandline.FORCE_SINGLELINE;
flags |= commandline.APPEND_TO_MESSAGES; //| commandline.FORCE_SINGLELINE; // TODO: was there a reason for this? --djk
if (verbosity == null)
verbosity = 0; // verbosity level is exclusionary