Skip to content

Commit

Permalink
Remove print Used and SIZE_W
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Aug 3, 2014
1 parent cad7dc9 commit 17a65f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions I-Nex/i-nex/.src/Disk_Drives.module
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ Public Sub get_informations()
Try SIZE_W = CFloat(CalculateSIZE(CFloat(Replace(File.Load("/sys/block/" & Finfosys.ComboBox4.Text & "/" & Finfosys.ComboBox3.Text & "/size"), "\n", ""))))
Try SIZE_W_FREE = CFloat(CalculateFreeSpace(CFloat(Dfree(mount_point))))
Try Used = (SIZE_W - SIZE_W_FREE)
Print Used
Print SIZE_W
If Used > 1 And SIZE_W > 1 Then
Try Finfosys.ProgressBar2.Value = Used / SIZE_W
Else
Expand Down

0 comments on commit 17a65f6

Please sign in to comment.