mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
generateBiggerId: remove console.log
This commit is contained in:
@@ -117,13 +117,6 @@ export const generateBiggerId = (id: string) => {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(id, generated.join(""));
|
||||
|
||||
// Ensure we don't get 00...0, then the next ID would be 00...0z,
|
||||
// which would appear as the second row
|
||||
// if (generated.every((char) => char === characters[0]))
|
||||
// generated.push(characters[characters.length - 1]);
|
||||
|
||||
return generated.join("");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user