Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
chore: Delete unused region tags (#644)
Browse files Browse the repository at this point in the history
We're not using the region tags anywhere, see https://cloud.google.com/debugger/docs/setup/nodejs. Feel free to delete the whole samples folder if it doesn't seem useful.
  • Loading branch information
fhinkel authored and JustinBeckwith committed Mar 2, 2019
1 parent 00ead61 commit a316c6c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions samples/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
* limitations under the License.
*/

// [START debugger_app]
'use strict';

// [START debugger_setup_implicit]
require('@google-cloud/debug-agent').start();
// [END debugger_setup_implicit]

const express = require('express');
const app = express();
Expand All @@ -38,6 +35,5 @@ if (module === require.main) {
console.log('Press Ctrl+C to quit.');
});
}
// [END debugger_app]

module.exports = app;

0 comments on commit a316c6c

Please sign in to comment.