mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 13:29:29 +08:00
remove console.log
This commit is contained in:
parent
89fdc87402
commit
dcd4956ea4
|
@ -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…
Reference in New Issue
Block a user