Removed extra logging

This commit is contained in:
Dunemask 2022-08-12 13:11:02 +00:00
parent 2db11ac3dd
commit 4dc2ae1339
2 changed files with 0 additions and 2 deletions

View file

@ -31,7 +31,6 @@ const liveIndicator = () => {
};
const runTests = () => {
console.log(pipeline);
switch (test) {
case "primary":
return primary();

View file

@ -1,6 +1,5 @@
export default function secondaryTest(pipelineData) {
console.log("This came from a secondary2 test!");
console.log(pipelineData, "SomeData");
return {
status: +(pipelineData !== "SomeData"),
pipelineData: "SomeOtherOtherData",