From 90c0bce9aafe9072a628e058def9b759decb12fb Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 20 Feb 2020 17:52:18 +0100 Subject: [PATCH] :lipstick: Remove unused code. --- frontend/src/uxbox/main.cljs | 2 +- manage.sh | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/frontend/src/uxbox/main.cljs b/frontend/src/uxbox/main.cljs index 020119dd2..4355e6264 100644 --- a/frontend/src/uxbox/main.cljs +++ b/frontend/src/uxbox/main.cljs @@ -5,7 +5,7 @@ ;; This Source Code Form is "Incompatible With Secondary Licenses", as ;; defined by the Mozilla Public License, v. 2.0. ;; -;; Copyright (c) 2015-2019 Andrey Antukh +;; Copyright (c) 2015-2020 Andrey Antukh (ns ^:figwheel-hooks uxbox.main (:require diff --git a/manage.sh b/manage.sh index 15036e2e1..8177c75d1 100755 --- a/manage.sh +++ b/manage.sh @@ -154,15 +154,6 @@ function usage { echo "- run-all-tests Execute unit tests for both backend and frontend." echo "- run-frontend-tests Execute unit tests for frontend only." echo "- run-backend-tests Execute unit tests for backend only." - echo "" - echo "- build-images Build a 'release ready' docker images for both backend and frontend" - echo "- build-frontend-image Build a 'release ready' docker image for frontend (debug version)" - echo "- build-frontend-dbg-image Build a debug docker image for frontend" - echo "- build-backend-image Build a 'release ready' docker images for backend" - echo "- log Attach to docker logs." - echo "- run Run 'production ready' docker compose" - echo "- stop Stop 'production ready' docker compose" - echo "- drop Remove the production oriented docker-compose containers and volumes." } case $1 in