removed placeholder data

This commit is contained in:
Jesse Cirimelli-Low
2018-12-06 10:17:12 -08:00
parent 1633ae0265
commit bf27eb8cd6
2 changed files with 3 additions and 13 deletions
-1
View File
@@ -84,6 +84,5 @@ class datasheet():
self.html +='<p style="font-size: 26px;font-family: Trebuchet MS, Arial, Helvetica, sans-serif;">Deliverables</p>'
self.html += deliverables(self.dlv,table_id='data').__html__().replace('&lt;','<').replace('&#34;','"').replace('&gt;',">")
self.html +='<p style="font-size: 18px;font-family: Trebuchet MS, Arial, Helvetica, sans-serif;">*Feature only supported with characterizer</p>'