Commit 3203360e by Julian Arni

Removed console.logs

parent b39bbec2
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
// script loader. To fix this, wait for the scripts to load, // script loader. To fix this, wait for the scripts to load,
// initialize them manually and wait until they are ready // initialize them manually and wait until they are ready
console.log("Waiting for gwt...");
if (typeof(jsmolcalc) != 'undefined' && jsmolcalc) if (typeof(jsmolcalc) != 'undefined' && jsmolcalc)
{ {
jsmolcalc.onInjectionDone('jsmolcalc'); jsmolcalc.onInjectionDone('jsmolcalc');
...@@ -68,7 +67,6 @@ ...@@ -68,7 +67,6 @@
function initializeApplets() { function initializeApplets() {
var applets = $('.editamoleculeinput div.applet'); var applets = $('.editamoleculeinput div.applet');
console.log(applets);
applets.each(function(i, element) { applets.each(function(i, element) {
if (!$(element).hasClass('loaded')) { if (!$(element).hasClass('loaded')) {
var applet = new JavaScriptApplet.JSME( var applet = new JavaScriptApplet.JSME(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment