Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
mattonem committed Jul 17, 2023
1 parent 10993bb commit 62c21ea
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Pharo/PharoJs-Base-Exporter/PjDependentTranspiler.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,7 @@ PjDependentTranspiler >> numberOfMethods [
PjDependentTranspiler >> transpileMethod: aMethod [

| jsAst |
jsAst := convertedMethods at: aMethod name ifAbsent: [
Transcript crShow: 'Coult not find: ' , aMethod name.
Transcript crShow: 'In: '.
convertedMethods keys do: [ :method |
Transcript crShow: method ].
Transcript crShow: 'End'.
convertedMethods errorKeyNotFound: aMethod ].
jsAst := convertedMethods at: aMethod name.
generator asString: jsAst on: self jsStream
]

Expand Down

0 comments on commit 62c21ea

Please sign in to comment.