forked from mirzaev/deeproots_bot
remove debug print
This commit is contained in:
parent
49f7601376
commit
468f454cab
|
@ -171,8 +171,6 @@ final class telegram extends core
|
||||||
// Initializing the identifier
|
// Initializing the identifier
|
||||||
$identifier = (int) $telegram->getId();
|
$identifier = (int) $telegram->getId();
|
||||||
|
|
||||||
echo(svoboda::timestamp());
|
|
||||||
|
|
||||||
// Initializing the record
|
// Initializing the record
|
||||||
$record = $this->database->record(
|
$record = $this->database->record(
|
||||||
$identifier,
|
$identifier,
|
||||||
|
|
Loading…
Reference in New Issue