summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--viewstate/__main__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/viewstate/__main__.py b/viewstate/__main__.py
index 217d49f..558f100 100644
--- a/viewstate/__main__.py
+++ b/viewstate/__main__.py
@@ -8,7 +8,6 @@ def main():
vs = ViewState(s)
pp = pprint.PrettyPrinter(indent=4)
pp.pprint(vs.decode())
- print(vs.signed, vs.mac)
if __name__ == '__main__':
main()