From 43c558436c6a0f66e6bd162cd6f6ce8af1f2fa7c Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Wed, 20 Jan 2021 11:20:39 +0100 Subject: [PATCH] Remove unused import --- rollup.utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rollup.utils.js b/rollup.utils.js index f2a1f200..92967d0c 100644 --- a/rollup.utils.js +++ b/rollup.utils.js @@ -5,7 +5,6 @@ import child_process from 'child_process'; import resolve from '@rollup/plugin-node-resolve'; import selfsigned from 'selfsigned'; import findCacheDir from 'find-cache-dir'; -import { assert } from 'console'; export function getBuildInfo(build) { let remote = child_process.execSync('git config --get remote.origin.url').toString().trim(); -- GitLab