Skip to content
Snippets Groups Projects
Commit 045268f0 authored by Uku Taht's avatar Uku Taht
Browse files

Remove console log

parent 34dc955f
Branches
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ defmodule Plausible.MixProject do
{:combination, "~> 0.0.3"},
{:cors_plug, "~> 2.0"},
{:ecto_sql, "~> 3.0"},
{:elixir_uuid, "~> 1.2"},
{:elixir_uuid, "~> 1.2", only: :test},
{:jason, "~> 1.2"},
{:phoenix, "~> 1.5.0"},
{:phoenix_ecto, "~> 4.0"},
......
......@@ -13,7 +13,6 @@ function compilefile(input, output, templateVars = {}) {
const template = Handlebars.compile(code)
const rendered = template(templateVars)
const result = uglify.minify(rendered)
console.log(result)
fs.writeFileSync(output, result.code)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment