diff options
author | 2016-03-01 08:20:40 -0500 | |
---|---|---|
committer | 2016-03-01 08:20:40 -0500 | |
commit | afaf046b655397dbfcc16ae8043cd34d6fd91942 (patch) | |
tree | f1e3edaaee5737d15bafe9d19c655f8ceb1b0c13 /modules | |
parent | 31e6e7881494ce96f1a51760f61467941179ded8 (diff) | |
download | textadept-afaf046b655397dbfcc16ae8043cd34d6fd91942.tar.gz textadept-afaf046b655397dbfcc16ae8043cd34d6fd91942.zip |
Removed extraneous debug statement; modules/textadept/session.lua
Diffstat (limited to 'modules')
-rw-r--r-- | modules/textadept/session.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua index 39d9b5a1..f7a5c7f9 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.lua @@ -100,7 +100,6 @@ function M.load(filename) end end f:close() -_G.print('loaded') ui.goto_view(current_view) if #not_found > 0 then ui.dialogs.msgbox{ |