Commit d5e7c9e98b8d55b382d3b12996d6428e7837ee00

Authored by Adhidarma Hadiwinoto
1 parent b4bffd4fc0
Exists in master

Hapus unused comments

Showing 1 changed file with 0 additions and 6 deletions Side-by-side Diff

1 1 "use strict";
2 2 process.chdir(__dirname);
3 3  
4   -/*
5   -const config = require('komodo-sdk/config');
6   -const logger = require('komodo-sdk/logger');
7   -const matrix = require('komodo-sdk/matrix');
8   -*/
9   -
10 4 const apiserver = require('komodo-sdk/api-server');
11 5 const pullgw = require('komodo-sdk/gateway/pull');
12 6 const partner = require('./lib/partner');