JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove debugging print
authorJason Woofenden <jason@jasonwoof.com>
Fri, 12 Aug 2016 19:52:38 +0000 (15:52 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Fri, 12 Aug 2016 19:52:38 +0000 (15:52 -0400)
admin_pages.html

index 72252ad..faa0eab 100644 (file)
                        if (typeof layout === 'string') {
                                layout = parseInt(layout);
                        }
-                       console.log(layout);
                        if (layout === window.admin_pages_cur_layout) {
                                return;
                        }