reMarkable: Remove refresh before poweroff (#7563)

This is now handled in a platform-agnostic manner (#7558).

Co-authored-by: gbyl <gbyl@users.noreply.github.com>
This commit is contained in:
gbyl
2021-04-17 18:02:59 -05:00
committed by GitHub
parent 915c5c7755
commit 32802ee7f2

View File

@@ -190,8 +190,6 @@ function Remarkable:suspend()
end
function Remarkable:powerOff()
self.screen:clear()
self.screen:refreshFull()
os.execute("systemctl poweroff")
end