From 4ae2e085396340a5192493e6909a2a915daaca97 Mon Sep 17 00:00:00 2001 From: hugovk Date: Sat, 1 Mar 2014 13:00:17 +0200 Subject: [PATCH] Remove debug prints --- test_pylast.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_pylast.py b/test_pylast.py index 2e64893..dbfa7df 100755 --- a/test_pylast.py +++ b/test_pylast.py @@ -12,8 +12,6 @@ import pylast def load_secrets(): with open("test_pylast.yaml", "r") as f: # see test_pylast_example.yaml doc = yaml.load(f) - print doc - print doc["username"] return doc class TestSequenceFunctions(unittest.TestCase):