mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove debugging comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37232 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f05e76c330
commit
586d60af6a
@ -261,7 +261,7 @@ bool KeyMap::read(FileName const & bind_file, KeyMap * unbind_map)
|
||||
return false;
|
||||
}
|
||||
retval = readWithoutConv(tempfile, unbind_map);
|
||||
//tempfile.removeFile();
|
||||
tempfile.removeFile();
|
||||
return retval == ReadOK;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user