Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/semanticxo/layoutmanager.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/semanticxo/layoutmanager.py')
-rw-r--r--src/semanticxo/layoutmanager.py2
1 files changed, 0 insertions, 2 deletions
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 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/terms#DSObject>.
@@ -98,7 +97,6 @@ class LayoutManager(object):
results = response.read().split('\n')[1:-1]
logging.debug(results)
conn.close()
- print "a"
return uids