Skip to content

Commit e310bd1

Browse files
committed
Removing a var_dump that entered by mistake.
1 parent 8a6295c commit e310bd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Database/SybaseConnection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ private function compileForSelect(Builder $builder, $bindings) {
144144
break;
145145
}
146146
}
147-
var_dump($wheres);
148147
$i = 0;
149148
for($ind = 0; $ind < count($wheres); $ind++ ){
150149
if(isset($wheres[$ind]['value'])){

0 commit comments

Comments
 (0)