Skip to content

Commit 9ab9a7c

Browse files
author
Daniel Abercrombie
committed
Take out message that shows every time.
1 parent 30b482f commit 9ab9a7c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

workflowwebtools/errorutils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def open_location(data_location):
5959
"SELECT NAME FROM CMS_UNIFIED_ADMIN.workflow WHERE lower(STATUS) LIKE '%manual%'")
6060
wkfs = [row for row, in oracle_cursor]
6161
oracle_db_conn.close()
62-
cherrypy.log('Number of workflows from database: %i' % len(wkfs))
6362
return errors_from_list(wkfs)
6463

6564
raw = None

0 commit comments

Comments
 (0)