HeaderCheck: Remove outdated debug code

This should never have been committed.
This commit is contained in:
Ben Wiederhake 2022-09-13 19:00:31 +02:00 committed by Tim Flynn
parent 929e46f360
commit 2f7c9915b5
Notes: sideshowbarker 2024-07-17 22:41:14 +09:00

View file

@ -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'