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

Commit a316c6c

Browse files
fhinkelJustinBeckwith
authored andcommitted
chore: Delete unused region tags (#644)
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.
1 parent 00ead61 commit a316c6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

samples/app.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@
1313
* limitations under the License.
1414
*/
1515

16-
// [START debugger_app]
1716
'use strict';
1817

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

2320
const express = require('express');
2421
const app = express();
@@ -38,6 +35,5 @@ if (module === require.main) {
3835
console.log('Press Ctrl+C to quit.');
3936
});
4037
}
41-
// [END debugger_app]
4238

4339
module.exports = app;

0 commit comments

Comments
 (0)