Skip to content

Commit

Permalink
Fix: remove println (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
HollandDM committed Jan 14, 2024
1 parent 1254a19 commit b902ebf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ object InputController {
* Note: This method does not support web components.
*/
def allowedHtmlControllerConfig[Ref <: dom.html.Element](element: Ref): js.UndefOr[InputControllerConfig[Ref, _]] = {
println("allowedHtmlControllerConfig? " + element.tagName)
// println("allowedHtmlControllerConfig? " + element.tagName)
element match {

case input: dom.html.Input =>
Expand Down

0 comments on commit b902ebf

Please sign in to comment.