summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShobhitAd <adlakhashobhit@gmail.com>2021-04-21 10:21:12 -0400
committerShobhitAd <adlakhashobhit@gmail.com>2021-04-21 10:21:12 -0400
commite0a955261f4ff6da72b063a2a72088cb444278e3 (patch)
treeff2585931cc5d280a918e43a93f0f7d616a9a7d4
parent264e0271e2294688ff978bd25852efc546c36c9f (diff)
downloadsdl_core-fix/return_requestype_in_sample_policy_manager_response.tar.gz
-rw-r--r--src/appMain/sample_policy_manager.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/appMain/sample_policy_manager.py b/src/appMain/sample_policy_manager.py
index 5e8f812708..75a04685ed 100644
--- a/src/appMain/sample_policy_manager.py
+++ b/src/appMain/sample_policy_manager.py
@@ -51,7 +51,6 @@ def decrypt(data):
def pack(data, encryption, add_http_header):
- print("Pack")
file_path = data['fileName']
file_ptr = open(file_path, "r+")
@@ -72,7 +71,6 @@ def pack(data, encryption, add_http_header):
def unpack(data, encryption):
- print("Unpack")
file_path = data['fileName']
file_ptr = open(file_path, 'r+')