Skip to content

Commit

Permalink
CTR remove doc update to wrong branch
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazcy committed Sep 27, 2023
1 parent 45c8d78 commit a489e7b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/src/reference/gremlin-variants.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1286,13 +1286,6 @@ const __ = gremlin.process.statics;
const DriverRemoteConnection = gremlin.driver.DriverRemoteConnection;
const column = gremlin.process.column
const direction = gremlin.process.direction
const Direction = {
BOTH: direction.both,
IN: direction.in,
OUT: direction.out,
from_: direction.in,
to: direction.out,
}
const p = gremlin.process.P
const textp = gremlin.process.TextP
const pick = gremlin.process.pick
Expand Down

0 comments on commit a489e7b

Please sign in to comment.