Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove print(e.localName) #44

Closed
modulovalue opened this issue Sep 1, 2018 · 1 comment
Closed

remove print(e.localName) #44

modulovalue opened this issue Sep 1, 2018 · 1 comment

Comments

@modulovalue
Copy link

Not a bug or issue but:
could you remove the print call in the HtmlParser_parseChildren method?

class HtmlParser {
  HtmlParser();

  _parseChildren( dom.Element e, widgetList) {
    print(e.localName); <<
    if (e.localName == "img" && e.attributes.containsKey('src')) {
      var src = e.attributes['sr...

thanks :)

@ponnamkarthik
Copy link
Owner

check version 0.5.8

ponnamkarthik added a commit that referenced this issue Sep 1, 2018
* cache image network dependency import fixed
* [Issue #44](#44) Removed print
ponnamkarthik added a commit that referenced this issue Jan 16, 2019
## [0.5.8]

* cache image network dependency import fixed
* [Issue #44](#44) Removed print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants