Remove leftover code from testing

This commit is contained in:
Andrew Kingston 2021-07-09 12:42:48 +01:00
parent ef4a0f8c79
commit 60987e3d5c
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ exports.backupClientLibrary = async appId => {
exports.updateClientLibrary = async appId => {
let manifest, client
if (false && env.isDev()) {
if (env.isDev()) {
// Load the symlinked version in dev which is always the newest
manifest = require.resolve("@budibase/standard-components/manifest.json")
client = require.resolve("@budibase/client")