Skip to content

Commit bebd3ef

Browse files
removed a commented line
1 parent 7555e23 commit bebd3ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dc/sample/PersistentClass.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ClassMethod CreateRecord(ByRef id As %Integer) As %Status
1010
write "from Python : "
1111
set builtins = ##class(%SYS.Python).Import("builtins")
1212
set id = builtins.list()
13-
#; set id=0
1413
set sc = ..CreateRecordPython(id)
1514
write id."__getitem__"(0)," successfully created with CreateRecordPython",!
1615
write "from ObjectScript : "

0 commit comments

Comments
 (0)