Skip to content

Commit bc332f7

Browse files
maubrevilleCopilot
andauthored
Update exact/util/cellvizio.py
Removed print statement Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1098f94 commit bc332f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exact/util/cellvizio.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,9 @@ def getMetaInfo(self):
101101
metaStart = fileContent.rfind(b'allowed_egain_eoffset_pairs=')
102102
metaEnd = fileContent.find(b'<CEND', metaStart)
103103
metaInfo = fileContent[metaStart:metaEnd].decode('utf-8')
104-
print(f"Meta information found: ")
105-
print(metaInfo)
106104
return metaInfo
107105

106+
108107
def getMostRelevantMetaInfo(self):
109108
metaInfo = self.getMetaInfo()
110109
relevantInfo = {}

0 commit comments

Comments
 (0)