Skip to content

Commit 8dac325

Browse files
committed
Remove debugging!
1 parent 1b2fbb1 commit 8dac325

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/controllers/LrsController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ public function destroy($lrs_id){
190190
*/
191191
public function statements($lrs_id){
192192
$site = \Site::first();
193-
return "hello";
194193
$statements = (new StatementIndexer)->index(new IndexOptions([
195194
'lrs_id' => $lrs_id,
196195
'limit' => $this->statement->count([

0 commit comments

Comments
 (0)