Skip to content

Commit c5adb79

Browse files
committed
remove un-necessary logs
1 parent bff5896 commit c5adb79

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/core/src/driver.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,6 @@ interface DriverConfig {
102102
* The session configuration
103103
*
104104
* @interface
105-
*
106-
* @param {string} defaultAccessMode=WRITE - The access mode of this session, allowed values are {@link READ} and {@link WRITE}.
107-
* @param {string|string[]} bookmarks - The initial reference or references to some previous
108-
* transactions. Value is optional and absence indicates that that the bookmarks do not exist or are unknown.
109-
* @param {number} fetchSize - The record fetch size of each batch of this session.
110-
* Use {@link FETCH_ALL} to always pull all records in one batch. This will override the config value set on driver config.
111-
* @param {string} database - The database this session will operate on.
112-
* @param {string} impersonatedUser - The username which the user wants to impersonate for the duration of the session.
113-
* @param {BookmarkManager} [bookmarkManager] = The bookmark manager
114105
*/
115106
class SessionConfig {
116107
defaultAccessMode?: SessionMode

0 commit comments

Comments
 (0)