aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlua/prolog.lua
diff options
context:
space:
mode:
authormitchell <unknown>2019-09-20 18:12:36 -0400
committermitchell <unknown>2019-09-20 18:12:36 -0400
commit2e6765e335509a20b3f0d764498d972d7755fd6e (patch)
treea0b84265d5fff5059a57b3970899786c6ab3b064 /lexlua/prolog.lua
parent60643673a6f9f90332e3fb088afd0a0769d9b5f0 (diff)
downloadscintilla-mirror-2e6765e335509a20b3f0d764498d972d7755fd6e.tar.gz
lexlua: Removed `print()` statement in updated prolog lexer.
Diffstat (limited to 'lexlua/prolog.lua')
-rw-r--r--lexlua/prolog.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lexlua/prolog.lua b/lexlua/prolog.lua
index 3e8d69baa..ac2e58963 100644
--- a/lexlua/prolog.lua
+++ b/lexlua/prolog.lua
@@ -34,8 +34,6 @@ local dialects = setmetatable({gprolog = 'gprolog', swipl = 'swipl'},
{__index = function(_, _) return 'iso' end})
local dialect = dialects[lexer.property['prolog.dialect']]
-print(lexer.property['prolog.dialect'])
-
-- Directives.
local directives = {}
directives.iso = [[