diff options
Diffstat (limited to 'httemplate/edit/part_device.html')
-rw-r--r-- | httemplate/edit/part_device.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/edit/part_device.html b/httemplate/edit/part_device.html index da090dfa2..146070fd9 100644 --- a/httemplate/edit/part_device.html +++ b/httemplate/edit/part_device.html @@ -20,8 +20,6 @@ my $extra_sql = ); $extra_sql = $extra_sql ? " WHERE ( $extra_sql ) " : " WHERE 0 = 1 "; -warn $extra_sql; - my $html_bottom_sub = sub { my $part_device = shift; |