yeonsh / smoothgestures-chromium

Automatically exported from code.google.com/p/smoothgestures-chromium
Other
0 stars 0 forks source link

Obtrusive message in console log "Setup storage" #550

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open any page
2. open developer tools console 

What is the expected output? What do you see instead?
Expected "clean console log"

Instead I see:
message logged: "setup storage 
chrome-extension://lfkgmnnajiljnolcgolmmgnecgldgeld/js/pluginstorage.js:3"

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by sublimey...@gmail.com on 25 Nov 2011 at 12:07

GoogleCodeExporter commented 9 years ago
Google Chrome 16.0.912.63 

MacOS 10.7.2

Extensions:
AdBlock2.5.5
Adblock Plus для Google Chrome™ (бета)1.1.4
Advanced REST client1.1.0
bitly | a simple URL shortener1.3.1.5
Google Analytics Debugger (by Google)1.9
GWT Developer Plugin1.0.9738
MeasureIt!1.1.3
REST Console4.0.2
Smooth Gestures0.15.4.11

Original comment by ev...@stuzo.com on 14 Dec 2011 at 1:54

GoogleCodeExporter commented 9 years ago
Hello!
I also faced a similar problem.

Solution:
Go to the Extension folder of Chrome.
Mac: /Users/_YOUR_USERNAME_/Library/Application 
Support/Google/Chrome/Default/Extensions
Windows 7: C:\Users\_YOUR_USERNAME_\AppData\Local\Google\Chrome\User 
Data\Default\Extensions
Windows XP: C:\Documents and Settings\_YOUR_USERNAME_\Local 
Settings\Application Data\Google\Chrome\User Data\Default

Example for your situation on MAC it would be like this:
/Users/_YOUR_USERNAME_/Library/Application 
Support/Google/Chrome/Default/Extensions/lfkgmnnajiljnolcgolmmgnecgldgeld/js/plu
ginstorage.js 
and on the 3 line delete consol.log("setup storage")

Good luck!

Original comment by sidoruks...@gmail.com on 19 Jul 2012 at 2:12