Commit 11e1217b authored by abibave's avatar abibave

Disable alert coming during onload.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43348 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2089e8e9
...@@ -1073,7 +1073,7 @@ public class ChartCreator ...@@ -1073,7 +1073,7 @@ public class ChartCreator
} catch (Exception e) } catch (Exception e)
{ {
Window.alert(" Exception :: Build Final Graph component [" + e.getMessage() + "]"); CommonUtils.printOnConsole(" Exception :: Build Final Graph component [" + e.getMessage() + "]");
} }
} }
return graphJson; return graphJson;
...@@ -1412,7 +1412,7 @@ public class ChartCreator ...@@ -1412,7 +1412,7 @@ public class ChartCreator
} catch (Exception e) } catch (Exception e)
{ {
Window.alert(" Exception :: Build Final Graph component [" + e.getMessage() + "]"); CommonUtils.printOnConsole(" Exception :: Build Final Graph component [" + e.getMessage() + "]");
} }
} }
......
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