@intuned/runtime-dev 1.0.6-cli.8.1.9 → 1.0.6-cli.8.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -168,7 +168,6 @@ async function deployProject(projectName, auth) {
|
|
|
168
168
|
method: "POST",
|
|
169
169
|
body: JSON.stringify(deployProjectPayload)
|
|
170
170
|
});
|
|
171
|
-
console.log(response);
|
|
172
171
|
if (!response.ok) {
|
|
173
172
|
if (response.status === 401) {
|
|
174
173
|
throw new Error(`Invalid API key. Please check your API key and try again.`);
|