Commit 3ba4f08f authored by Michael Adair's avatar Michael Adair
Browse files

re #15: reverting debug comment

parent d2c5b79f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ Proj4js = {
     * Override this in applications to report error messages or throw exceptions.
     */
    reportError: function(msg) {
      console.log(msg);
      //console.log(msg);
    },

/**