mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Remove the Debug() call I added when debugging the previous issue.
This commit is contained in:
@@ -492,7 +492,6 @@ function FileChooser:addAllCommands()
|
||||
lfs.mkdir(self.clipboard)
|
||||
local fn = self.files[self.perpage*(self.page-1)+self.current - #self.dirs]
|
||||
os.rename(file, self.clipboard.."/"..fn)
|
||||
Debug("os.rename("..file..","..self.clipboard.."/"..fn)
|
||||
os.rename(DocToHistory(file), DocToHistory(self.clipboard.."/"..fn))
|
||||
InfoMessage:show("File moved to clipboard ", 0)
|
||||
self:setPath(self.path)
|
||||
|
||||
Reference in New Issue
Block a user