Explorar o código

HeaderCheck: Remove outdated debug code

This should never have been committed.
Ben Wiederhake %!s(int64=2) %!d(string=hai) anos
pai
achega
2f7c9915b5
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      Meta/HeaderCheck/generate_all.py

+ 0 - 2
Meta/HeaderCheck/generate_all.py

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