Skip to content

Commit

Permalink
samples: remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
skuruppu committed Dec 2, 2020
1 parent 86293f2 commit a455548
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/database-create-with-encryption-key.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ async function createDatabaseWithEncryptionKey(
// Gets a reference to a Cloud Spanner instance
const instance = spanner.instance(instanceId);

// Note: Cloud Spanner interprets Node.js numbers as FLOAT64s, so they
// must be converted to strings before being inserted as INT64s
const request = {
encryptionConfig: {
kmsKeyName: keyName,
Expand Down

0 comments on commit a455548

Please sign in to comment.