mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
clean: remove test functions
This commit is contained in:
parent
168dbad295
commit
332939308e
@ -38,13 +38,7 @@ const { quot } = require('@heyputer/putility').libs.string;
|
||||
|
||||
|
||||
module.exports = new Sequence([
|
||||
function testing_a_thing (a) {
|
||||
a.set('thing', 'a thing');
|
||||
},
|
||||
require('./share/validate.js'),
|
||||
function testing_a_thing (a) {
|
||||
console.log('ASDFASDFASDF', a.get('asdf'));
|
||||
},
|
||||
function initialize_result_object (a) {
|
||||
a.set('result', {
|
||||
$: 'api:share',
|
||||
|
Loading…
Reference in New Issue
Block a user