Prechádzať zdrojové kódy

clean: remove test functions

KernelDeimos 5 mesiacov pred
rodič
commit
332939308e

+ 0 - 6
src/backend/src/structured/sequence/share.js

@@ -38,13 +38,7 @@ const { quot } = require('@heyputer/putility').libs.string;
 
 
 
 
 module.exports = new Sequence([
 module.exports = new Sequence([
-    function testing_a_thing (a) {
-        a.set('thing', 'a thing');
-    },
     require('./share/validate.js'),
     require('./share/validate.js'),
-    function testing_a_thing (a) {
-        console.log('ASDFASDFASDF', a.get('asdf'));
-    },
     function initialize_result_object (a) {
     function initialize_result_object (a) {
         a.set('result', {
         a.set('result', {
             $: 'api:share',
             $: 'api:share',