Agent: Remove print statement for policyuniverse in monkey spec

This commit is contained in:
Ilija Lazoroski 2022-02-07 16:49:45 +01:00 committed by Shreya Malviya
parent 9a88ac3ed8
commit c458f933c4
1 changed files with 0 additions and 3 deletions

View File

@ -5,13 +5,10 @@ import sys
from PyInstaller.utils.hooks import collect_data_files
block_cipher = None
def main():
print(collect_data_files('policyuniverse'))
a = Analysis(['main.py'],
pathex=['..'],
hiddenimports=get_hidden_imports(),