Skip to content

Commit b3c8421

Browse files
author
Håkan Lundvall
committed
Removed extra print "1" in translate_file
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1319 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 049a1fb commit b3c8421

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modeq/main.rml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,9 @@ end
250250

251251
relation translate_file : string list => () =
252252

253-
rule (*Print.print_buf "Parsing\n" &
254-
*) is_modelica_file(f)
253+
rule (*Print.print_buf "Parsing\n" & *)
254+
is_modelica_file(f)
255255
& Parser.parse f => p
256-
& print "1"
257256
& Debug.fprint ("dump", "\n--------------- Parsed program ---------------\n")
258257
& Debug.fcall ("dumpgraphviz", DumpGraphviz.dump, p)
259258
& Debug.fcall ("dump", Dump.dump, p)

0 commit comments

Comments
 (0)