mirror of
https://github.com/vale981/dirkules
synced 2025-03-04 17:01:40 -05:00
removed print
This commit is contained in:
parent
946df97230
commit
a6dc7852ea
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ def about():
|
|||
def partitions(part):
|
||||
name = part.replace("_", "/")
|
||||
drive = db.session.query(Drive).filter(Drive.name == name).scalar()
|
||||
print(drive.partitions)
|
||||
return render_template('partitions.html', parts=drive.partitions)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue