mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-02 10:09:51 -04:00
remove console.log
This commit is contained in:
parent
89fdc87402
commit
dcd4956ea4
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ export default Discourse.View.extend({
|
|||
}.on("didInsertElement"),
|
||||
|
||||
_changeLocation: function(location) {
|
||||
console.log("_changeLocation", location);
|
||||
var $this = this.$();
|
||||
switch (location.position) {
|
||||
case "absolute": {
|
||||
|
|
Loading…
Add table
Reference in a new issue