Skip to content

Commit

Permalink
remove print-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Delta-Sierra committed May 28, 2024
1 parent d4b12d6 commit 0f7341e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/ransomware/ransomlook_update.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import requests
import json
from pprint import pprint
import time
import uuid
import re
Expand Down Expand Up @@ -76,7 +75,6 @@
cluster['meta']['links'].append(location['slug'])

if synonym:
print("check " + synonym)
if 'synonyms' not in cluster['meta']:
cluster['meta']['synonyms'] = []
cluster['meta']['synonyms'].append(synonym)
Expand Down Expand Up @@ -117,10 +115,8 @@
new_cluster['meta']["links"].append(location['slug'])

if synonym:
print("check " + synonym)
new_cluster['meta']['synonyms'] = []
new_cluster['meta']['synonyms'].append(synonym)
pprint(new_cluster)

new_cluster['meta']["refs"] = []

Expand Down

0 comments on commit 0f7341e

Please sign in to comment.