Removed extra logging
This commit is contained in:
parent
2db11ac3dd
commit
4dc2ae1339
2 changed files with 0 additions and 2 deletions
|
@ -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