From 9e5508e1252e9c7ef8a61e5c66b3d297efa7a21d Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Wed, 3 Mar 2010 15:14:58 +0100 Subject: [PATCH 1/1] Remove superflous code --- lib/mask.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/mask.php b/lib/mask.php index 2df8cfb..8549ee4 100644 --- a/lib/mask.php +++ b/lib/mask.php @@ -51,8 +51,6 @@ function build_form($name, $fields) foreach ($options as $row) $ret[] = sprintf('', $row['id'], $row['text']); $ret[] = ''; - } elseif ($info['type'] == 'date') { - error_log('type = date'); } if (array_key_exists('comment',$info)) $ret[] = sprintf('%s', $info['comment']); -- 2.20.1