Remove debug prints

This commit is contained in:
hugovk 2014-03-01 13:00:17 +02:00
parent e7153965f0
commit 4ae2e08539

View file

@ -12,8 +12,6 @@ import pylast
def load_secrets(): def load_secrets():
with open("test_pylast.yaml", "r") as f: # see test_pylast_example.yaml with open("test_pylast.yaml", "r") as f: # see test_pylast_example.yaml
doc = yaml.load(f) doc = yaml.load(f)
print doc
print doc["username"]
return doc return doc
class TestSequenceFunctions(unittest.TestCase): class TestSequenceFunctions(unittest.TestCase):