diff --git a/masks/procedure.html b/masks/procedure.html
index 1bf7b48..28923ff 100755
--- a/masks/procedure.html
+++ b/masks/procedure.html
@@ -47,7 +47,7 @@
|
-
+
|
@@ -544,8 +544,6 @@ function loadProcedure(iProcId, fOnSuccess)
//TODO delete this silly function and rethink the whole thing
function addExtraReadElements(data)
{
- debug(data);
-
//Add extra read-mode data
$ReadTitles = databap.getMainElem('#titles_read');
$ReadTitles.find('#title_read').text(data.title);
|