Skip to content

Commit

Permalink
fix(style): remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed May 6, 2016
1 parent 3b1e76b commit d59d505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/sanji-window/sanji-window-state.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class SanjiWindowStateController {

$onInit() {
this.sanjiWindowMgr = this.parent.sanjiWindowMgr;
console.log(this.sanjiWindowMgr);
if (undefined !== this.stateName) {
this.parent.register({
name: this.stateName,
Expand Down

0 comments on commit d59d505

Please sign in to comment.