We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9853366 commit 3dcf1a1Copy full SHA for 3dcf1a1
asset/snippets/quickstart.js
@@ -24,7 +24,6 @@ async function exportAssets(dumpFilePath) {
24
25
// Your Google Cloud Platform project ID
26
const projectId = await client.getProjectId();
27
- console.log(projectId);
28
const projectResource = client.projectPath(projectId);
29
30
// var dumpFilePath = 'Dump file path, e.g.: gs://<my_bucket>/<my_asset_file>'
0 commit comments