mirror of https://github.com/VLSIDA/OpenRAM.git
removed print debug statement
This commit is contained in:
parent
55b01255ef
commit
6acc8c8902
|
|
@ -510,7 +510,6 @@ class lib:
|
|||
git_id = 'AAAAAAAAAAAAAAAAAAAA'
|
||||
else:
|
||||
with open(os.devnull, 'wb') as devnull:
|
||||
print(os.path.abspath(os.environ.get("OPENRAM_HOME")) + '/')
|
||||
proc = subprocess.Popen(['git','rev-parse','HEAD'], cwd=os.path.abspath(os.environ.get("OPENRAM_HOME")) + '/', stdout=subprocess.PIPE)
|
||||
|
||||
git_id = str(proc.stdout.read())
|
||||
|
|
|
|||
Loading…
Reference in New Issue