mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 12:05:00 +00:00
HeaderCheck: Remove outdated debug code
This should never have been committed.
This commit is contained in:
parent
929e46f360
commit
2f7c9915b5
1 changed files with 0 additions and 2 deletions
|
@ -61,8 +61,6 @@ if __name__ == '__main__':
|
|||
print('Must set SERENITY_SOURCE_DIR first!', file=sys.stderr)
|
||||
exit(1)
|
||||
if len(sys.argv) == 2:
|
||||
with open('/tmp/the_arg', 'w') as fp:
|
||||
fp.write(sys.argv[1])
|
||||
run(os.environ['SERENITY_SOURCE_DIR'], sys.argv[1])
|
||||
else:
|
||||
print('Usage: SERENITY_SOURCE_DIR=/path/to/serenity {} SERENITY_BUILD_ARCH'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue