Skip to content

Commit 10881ca

Browse files
committed
Remove unused comments on "CellBIS::SQL::Abstract"
1 parent 1a24728 commit 10881ca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/CellBIS/SQL/Abstract/Utils.pm

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ sub for_onjoin {
2222
my $self = shift;
2323
my ($options, $table_name) = @_;
2424
my $data = "FROM " . $table_name->[0]->{name};
25-
# print Dumper \@_;
26-
# print Dumper $options;
2725

2826
my %type = %{$options->{typejoin}};
2927
my $join = $options->{join};
@@ -48,7 +46,6 @@ sub for_onjoin {
4846
my $i = 0;
4947
my $table_join = '';
5048
my $type_join = '';
51-
# print "Jumlah Table = $size_table\n";
5249
while ($i < $size_join) {
5350
my $get_table = $join->[$i];
5451
$tbl_name = $get_table->{name};
@@ -101,9 +98,6 @@ sub create_clause {
10198
# ------------------------------------------------------------------------
10299
sub type_join {
103100
my ($self, $type) = @_;
104-
# my $size_param = scalar @_;
105-
# print "In sub type_join = $size_param\n";
106-
# print "In sub type_join size = $type\n";
107101

108102
my %data_type = (
109103
'left' => 'LEFT JOIN',

0 commit comments

Comments
 (0)