Skip to content

Commit 3128294

Browse files
author
Andres Campanario
committed
remove debug
1 parent cdb2560 commit 3128294

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Datatable/Datatable.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,6 @@ public function setCallbackCreatedRow(string $functionCallback)
400400

401401
public function getDatatableScript(): string
402402
{
403-
//debug('getDatatableScript');
404-
//debug($this->getConfig('createdRow'));
405-
//debug($this->getConfig('tableId'));
406-
//die("2");
407-
408403
if (empty($this->getDataTemplate)) {
409404
$this->setGetDataUrl();
410405
}

0 commit comments

Comments
 (0)