Remove the forced code

This commit is contained in:
Gregory Trolliet 2020-12-03 18:41:00 +01:00
parent 5a0037f11a
commit 17a975f28d
1 changed files with 0 additions and 1 deletions

1
db.php
View File

@ -220,7 +220,6 @@ class DataBase
for ($i = 0; $i < self::CLOUD_CODE_MAXTRY; $i++) {
$code = bin2hex(random_bytes(self::CLOUD_CODE_LENGTH));
$code = '2ae606bfb6d2';
if (!$this->loadCloudByCode($code)) {
break;
}