From 311b3d47950c0489d6c869d61a21e06b715fe253 Mon Sep 17 00:00:00 2001 From: Christophe Gueret Date: Fri, 16 Sep 2011 09:47:44 +0000 Subject: Fix --- diff --git a/src/semanticxo/layoutmanager.py b/src/semanticxo/layoutmanager.py index ae13f7e..6e30340 100644 --- a/src/semanticxo/layoutmanager.py +++ b/src/semanticxo/layoutmanager.py @@ -84,7 +84,6 @@ class LayoutManager(object): def find_all(self): logging.debug('[LMA] find all') - print "find all" uids = [] query = """SELECT ?uid WHERE { ?s . @@ -98,7 +97,6 @@ class LayoutManager(object): results = response.read().split('\n')[1:-1] logging.debug(results) conn.close() - print "a" return uids -- cgit v0.9.1