mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 05:13:24 +03:00
Remove log statements.
This commit is contained in:
parent
43cab10850
commit
e5a327e02b
@ -11,9 +11,6 @@ function unpackFile(path: string) {
|
||||
const posts = glob.sync("_posts/**/*.emu", {}).map(unpackFile);
|
||||
const pages = glob.sync("_pages/**/*.emu", {}).map(unpackFile);
|
||||
|
||||
// console.log("posts", posts);
|
||||
// console.log("pages", pages);
|
||||
|
||||
let app = Elm.Main.init({
|
||||
flags: { argv: process.argv, versionMessage: version, posts, pages }
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user