From a4555488f55433b7ac7ceae4af0a81dad2c26538 Mon Sep 17 00:00:00 2001 From: Shanika Kuruppu Date: Wed, 2 Dec 2020 12:53:11 +1100 Subject: [PATCH] samples: remove stale comment --- samples/database-create-with-encryption-key.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/database-create-with-encryption-key.js b/samples/database-create-with-encryption-key.js index 720c6499e..1f97616d4 100644 --- a/samples/database-create-with-encryption-key.js +++ b/samples/database-create-with-encryption-key.js @@ -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,