Skip to content
Snippets Groups Projects
Commit f41b1fb4 authored by rmit-s3661720-daniel-linford's avatar rmit-s3661720-daniel-linford
Browse files

Removed unused method.

parent efcd9546
No related branches found
No related tags found
No related merge requests found
...@@ -31,11 +31,6 @@ class GraphCreator: ...@@ -31,11 +31,6 @@ class GraphCreator:
except Error as e: except Error as e:
print(e) print(e)
# Builds status record depending on parameters
def __buildGraph(self):
# TODO: Code for actually building the graph to a png
return
def queryTMP(self): def queryTMP(self):
# Check queryHMD for commenting, this is same but uses matplotlib # Check queryHMD for commenting, this is same but uses matplotlib
# and graphs temperature. # and graphs temperature.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment