revert #5493 - show android mountpoint on system stats

This commit is contained in:
Martín Fernández
2019-11-25 19:44:37 +01:00
committed by Frans de Jonge
parent a96114d14a
commit 5fb03475c5

View File

@@ -24,8 +24,6 @@ function SystemStat:init()
self.storage_filter = "' /mnt/us$'"
elseif Device:isSDL() then
self.storage_filter = "/dev/sd"
elseif Device:isAndroid() then
self.storage_filter = Device.external_storage()
end
end