Remove outdated comment

This commit is contained in:
Daniel García Aubert 2019-10-01 16:13:19 +02:00
parent ec436b9c5e
commit 7620383f87

9
app.js
View File

@ -2,15 +2,6 @@
'use strict';
/*
* SQL API loader
* ===============
*
* node app [environment]
*
* environments: [development, test, production]
*
*/
const fs = require('fs');
const path = require('path');
const fqdn = require('@carto/fqdn-sync');