mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
remove console.log
This commit is contained in:
parent
89fdc87402
commit
dcd4956ea4
@ -23,7 +23,6 @@ export default Discourse.View.extend({
|
|||||||
}.on("didInsertElement"),
|
}.on("didInsertElement"),
|
||||||
|
|
||||||
_changeLocation: function(location) {
|
_changeLocation: function(location) {
|
||||||
console.log("_changeLocation", location);
|
|
||||||
var $this = this.$();
|
var $this = this.$();
|
||||||
switch (location.position) {
|
switch (location.position) {
|
||||||
case "absolute": {
|
case "absolute": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user