aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-03-15 15:45:32 +0100
committerFlorian Dold <florian@dold.me>2023-03-15 15:45:32 +0100
commitf90fe3663b6d41f5024c60a69880b5a098c913c9 (patch)
tree1b235febb4ba679a9818afa46e7307b5391a91a0 /bootstrap
parent70e6d50d6a592bdf5346f0e2098867e261cb7519 (diff)
update submodules
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap6
1 files changed, 0 insertions, 6 deletions
diff --git a/bootstrap b/bootstrap
index 4663438e..69e6ad62 100755
--- a/bootstrap
+++ b/bootstrap
@@ -31,9 +31,3 @@ fi
echo "$0: Running autoreconf"
autoreconf -if
-
-echo "Importing single-page app (from external Git repository)"
-cd contrib/wallet-core
-git checkout -f origin/prebuilt
-
-exit 0