mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-24 12:22:27 +03:00
Remove unused.
This commit is contained in:
parent
78272efaae
commit
da4205284d
@ -221,12 +221,3 @@ export function decrypt(text: string) {
|
||||
]);
|
||||
return decrypted.toString();
|
||||
}
|
||||
|
||||
export function now() {
|
||||
return Date.now();
|
||||
}
|
||||
|
||||
export function log(message) {
|
||||
console.log(message);
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user