Skip to content

Commit 219a7d6

Browse files
committed
Update - Abstract.pm - For Remove comments on sub "select()"
1 parent 4d39852 commit 219a7d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/CellBIS/SQL/Abstract.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,10 @@ sub _qSelect_arg3 {
168168
}
169169
else {
170170
if ($size_col == 0) {
171-
say 'size_col', $size_col, 'true';
172171
$data = "SELECT * FROM $table_name";
173172
}
174173

175174
if ($size_col >= 1) {
176-
say 'size_col', $size_col, 'true';
177175
$field_change = join ', ', @col;
178176
$data = "SELECT $field_change FROM $table_name";
179177
}

0 commit comments

Comments
 (0)