Skip to content

Commit

Permalink
removed a commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainGuilbaud committed Aug 17, 2023
1 parent 7555e23 commit bebd3ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dc/sample/PersistentClass.cls
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ClassMethod CreateRecord(ByRef id As %Integer) As %Status
write "from Python : "
set builtins = ##class(%SYS.Python).Import("builtins")
set id = builtins.list()
#; set id=0
set sc = ..CreateRecordPython(id)
write id."__getitem__"(0)," successfully created with CreateRecordPython",!
write "from ObjectScript : "
Expand Down

0 comments on commit bebd3ef

Please sign in to comment.