Removed extra logging
This commit is contained in:
parent
2db11ac3dd
commit
4dc2ae1339
2 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@ const liveIndicator = () => {
|
|||
};
|
||||
|
||||
const runTests = () => {
|
||||
console.log(pipeline);
|
||||
switch (test) {
|
||||
case "primary":
|
||||
return primary();
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue