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

bindProperties logger call refers to nonexistent variables #406

Closed
jmesserly opened this issue Jan 28, 2014 · 2 comments
Closed

bindProperties logger call refers to nonexistent variables #406

jmesserly opened this issue Jan 28, 2014 · 2 comments

Comments

@jmesserly
Copy link
Contributor

https://github.com/Polymer/polymer-dev/blob/b25604a5f7d765e51e8984dcc2b9c5680695b565/src/instance/properties.js#L129

function bindProperties(inA, inProperty, observable) {
    log.bind && console.log(LOG_BIND_PROPS, inB.localName || 'object', inPath, inA.localName, inProperty);

"inB" and "inPath" ... looks like leftover code from the old impl

@lrodziewicz
Copy link

I just spent far to much time checking what I'm doing wrong cause of this. I will send PR that fix that issue.

@sorvell
Copy link
Contributor

sorvell commented Aug 11, 2014

This logging info has been removed.

@sorvell sorvell closed this as completed Aug 11, 2014
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

3 participants