Skip to content

Commit 3329393

Browse files
committed
clean: remove test functions
1 parent 168dbad commit 3329393

File tree

1 file changed

+0
-6
lines changed
  • src/backend/src/structured/sequence

1 file changed

+0
-6
lines changed

src/backend/src/structured/sequence/share.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,7 @@ const { quot } = require('@heyputer/putility').libs.string;
3838

3939

4040
module.exports = new Sequence([
41-
function testing_a_thing (a) {
42-
a.set('thing', 'a thing');
43-
},
4441
require('./share/validate.js'),
45-
function testing_a_thing (a) {
46-
console.log('ASDFASDFASDF', a.get('asdf'));
47-
},
4842
function initialize_result_object (a) {
4943
a.set('result', {
5044
$: 'api:share',

0 commit comments

Comments
 (0)