mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 12:13:58 -06: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